cURL
curl --request GET \ --url https://api.subconscious.dev/v1/runs \ --header 'Authorization: Bearer <token>'
{ "runs": [ { "runId": "<string>", "status": "queued", "engine": "tim-edge", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "nextCursor": "<string>" }
List all runs for the authenticated organization
Bearer token authentication using your API key generated on the Subconscious platform
Maximum number of runs to return (default: 50, max: 100)
1 <= x <= 100
Pagination cursor from previous response
List of runs
Show child attributes
Pagination cursor for next page (null if no more pages)
Was this page helpful?