cURL
curl --request GET \ --url https://api.cradl.ai/{basePath}/agents/{agentId}/runs \ --header 'Authorization: Bearer <token>'
{ "nextToken": "<string>", "runs": [ { "agentId": "<string>", "runId": "<string>", "updatedTime": "<string>", "updatedBy": "<string>", "createdBy": "<string>", "createdTime": "<string>", "id": "<string>", "variablesFileUrl": "<string>", "events": [ {} ], "resourceIds": [ "<string>" ], "status": "archived" } ] }
List Agent Runs
The access token received from the authorization server in the OAuth 2.0 flow.
200 response
4096
Show child attributes