Skip to main content
GET
After executing a job, you can use this endpoint to check its status. The job can be in one of several states as it progresses through execution.

Path Parameters

string
required
The ID of the job whose execution status you want to check

Headers

string
required
Your API authentication key

Response

string
required
The current status of the job execution

Status Values

Poll this endpoint periodically to monitor job progress. Once the status is COMPLETED, you can retrieve the results using the Get Job Results endpoint.