cURL
curl --request GET \ --url https://api.cradl.ai/{basePath}/actions/{actionId}/runs \ --header 'Authorization: Bearer <token>'
{ "nextToken": "<string>", "runs": [ { "updatedTime": "<string>", "metadata": {}, "updatedBy": "<string>", "description": "<string>", "createdBy": "<string>", "name": "<string>", "actionId": "<string>", "createdTime": "<string>", "runId": "<string>", "warnings": [ "<string>" ], "history": [ {} ], "agentRunId": "<string>", "output": {}, "input": {}, "noAgentRunUpdate": true, "logId": "<string>", "id": "<string>", "errors": [ "<string>" ], "status": "failed" } ], "status": [ "failed" ] }
List Action Runs
The access token received from the authorization server in the OAuth 2.0 flow.
200 response
4096
Show child attributes
failed
ignored
running
succeeded