Endpoints
List jobs
List all optimization jobs for a given user. Returns job summaries with status, timestamps, and identifiers.
GET
List jobs
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response
Optimization identifier.
Job identifier (UUID).
Timestamp when the job was created (ISO-8601).
Timestamp of the last status update (ISO-8601).
Job status: queued, running, succeeded, not_drivable, failed, canceled.