Lightweight status poll for a v2 run including neutral runtime metadata.
curl --request GET \
--url https://api.case.dev/agent/v2/run/{id}/status \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"status": "queued",
"provider": "<string>",
"runtimeId": "<string>",
"runtimeState": "<string>",
"startedAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"durationMs": 123
}API key starting with sk_case_
Was this page helpful?
curl --request GET \
--url https://api.case.dev/agent/v2/run/{id}/status \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"status": "queued",
"provider": "<string>",
"runtimeId": "<string>",
"runtimeState": "<string>",
"startedAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"durationMs": 123
}