Lightweight status poll for a run. Use /run/:id/details for the full audit trail.
curl --request GET \
--url https://api.case.dev/agent/v1/run/{id}/status \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"status": "queued",
"startedAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"durationMs": 123
}API key starting with sk_case_
Run ID
Was this page helpful?
curl --request GET \
--url https://api.case.dev/agent/v1/run/{id}/status \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"status": "queued",
"startedAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"durationMs": 123
}