cURL
curl --request GET \ --url https://v1.api.flux-os.com/jobs \ --header 'x-api-key: <api-key>' \ --header 'x-user-id: <api-key>'
{ "data": [ { "queue_name": "<string>", "queue_function": "<string>", "type": "T", "id": "<string>", "status": "QUEUED", "enqueued_at": "2023-11-07T05:31:56Z", "started_at": null, "finished_at": null } ], "meta": { "current_page": 123, "total_pages": 123, "total_items": 123, "per_page": 123 } }
Retrieve a paginated list of jobs with filtering options.
Page number for pagination
x >= 1
Filter by job type
TANK_TICKET
METER_TICKET
TRUCK_TICKET
Filter by job status
QUEUED
STARTED
FINISHED
FAILED
SCHEDULED
A paginated list of jobs.
Show child attributes
T
M