DEPRECATED: Get runs
DEPRECATED: Use the new /runs endpoint instead. Get runs for a use case with pagination.
GET
Headers
Your API key for authentication. Use Bearer format.
Example:
"Bearer API_KEY"
The organization ID to use for the request. Required if your user is associated to more than one organization.
Path Parameters
Query Parameters
The sort order of the runs. Defaults to desc.
Available options:
asc
, desc
Example:
"desc"
Response
200
application/json
200
Available options:
scheduled
, running
, completed
, canceled
, failed
Available options:
correct
, incorrect
, critical
Was this page helpful?