Tasks
Retrieve Task Run
Retrieves run status by run_id.
The run result is available from the /result endpoint.
get/v1/tasks/runs/{run_id}
Path parameters
run_idstring required
Response
Successful Response
Example response
{
"run_id": "trun_e0083b6aac0544eb8686e8d2a76533d2",
"interaction_id": "trun_e0083b6aac0544eb8686e8d2a76533d2",
"status": "queued",
"warnings": [],
"processor": "base",
"metadata": {},
"created_at": "2025-04-24T18:56:22.513132Z",
"modified_at": "2025-04-24T18:56:22.513132Z"
}