cURL
curl --request GET \ --url https://trio.machinefi.com/api/jobs \ --header 'Authorization: Bearer <token>'
{ "jobs": [ { "job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "pending", "created_at": "<string>", "stream_url": "<string>", "job_type": "<string>", "details": {}, "message": "<string>" } ], "total": 123, "limit": 123, "offset": 123 }
List all jobs with optional filtering and pagination.
GET /jobs
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Paginated response for job listing.
Show child attributes