cURL
curl --request GET \ --url https://app.galaxy.ai/api/v1/runs \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "workflowId": "<string>", "workflowName": "<string>", "status": "QUEUED", "mode": "<string>", "startedAt": "<string>", "finishedAt": "<string>", "createdAt": "<string>", "error": "<string>", "estimatedCredits": 123, "actualCredits": 123, "nodeRunCount": 123, "singleNodeId": "<string>", "source": "<string>" } ], "nextCursor": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
QUEUED
RUNNING
COMPLETED
FAILED
CANCELED
1 <= x <= 50
1 - 200
1 <= x <= 9007199254740991
Successful response
Show child attributes