Skip to main content
GET
List jobs

Authorizations

Authorization
string
header
required

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

Query Parameters

user_id
integer | null

Deprecated. If provided, must match the authenticated user's ID; jobs are always listed for the authenticated user.

tenant_id
integer | null

Tenant ID

Response

Successful Response

optimization_id
integer
required

Optimization identifier.

job_id
string
required

Job identifier (UUID).

date_created
string<date-time>
required

Timestamp when the job was created (ISO-8601).

last_update
string<date-time>
required

Timestamp of the last status update (ISO-8601).

status
enum<string>
required

Current job status.

Available options:
queued,
running,
succeeded,
not_drivable,
failed,
canceled