Skip to main content
GET
Get job status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

job_id
string
required

Job identifier returned by POST /planner/v2.

Query Parameters

tenant_id
integer | null

Tenant ID

Response

Successful Response

Response body for GET /planner/jobs/{job_id}, mirroring the optimizer's job schema.

job_id
string
required

Job identifier (UUID).

status
enum<string>
required

Current job status.

Available options:
queued,
running,
succeeded,
not_drivable,
failed,
canceled
tour_id
integer
required

Tour identifier.

optimization_id
integer | null

Optimization identifier.

vehicle_id
string | null

Vehicle identifier.