cURL
curl --request GET \ --url https://api.quedup.dev/jobs \ --header 'Authorization: Bearer <token>'
{ "data": [ { "body": "<string>", "headers": {}, "id": "job_xxx", "method": "POST", "name": "Job", "next_run_at": "2023-11-07T05:31:56Z", "schedule": "0 12 * * *", "status": "active", "url": "https://example.com" } ], "has_more": true, "next_cursor": "<string>" }
A maximum of 100 jobs will be returned per request
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Cursor
OK
ListJob schema
Show child attributes
Was this page helpful?