Cases
Get Case Status
Poll the execution status of a case
GET
Check the current execution status of a case. Poll this endpoint until the case reaches a terminal status, then fetch the output via Get Case Results.
Path Parameters
string
required
The case ID returned by Initiate Case
Headers
string
required
Your API authentication key
Response
string
required
Execution status of the case. One of:
PENDING, IN_PROGRESS, WAITING, COMPLETED, FAILED, CANCELLED, TIMED_OUT, UNKNOWN.Terminal statuses are
COMPLETED, FAILED, CANCELLED and TIMED_OUT — once one of these is returned, the status will not change again.Errors
Unauthorized
Missing, invalid, or expired API key.
Not Found
The case does not exist.