Skip to main content
GET
/
solve
/
status
/
{jobId}
{
  "jobId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "updatedAt": "2023-11-07T05:31:56Z",
  "status": "starting",
  "hasResult": true
}

Authorizations

Authorization
string
header
required

Include the access token in the Authorization header using the Bearer scheme.

Path Parameters

jobId
string<uuid>
required

Unique identifier for the solve job.

Response

Response containing the current status of a solve job.

jobId
string<uuid>
required
updatedAt
string<date-time>
required
status
enum<string>
required
Available options:
starting,
running,
finished,
stopped
hasResult
boolean
required