cURL
curl --request GET \ --url https://api.quedup.dev/jobs/{id}/run \ --header 'Authorization: Bearer <token>'
{ "data": [ { "attempt": 123, "completed_at": "2023-11-07T05:31:56Z", "duration_ms": 123, "id": "<string>", "response_body": "<string>", "response_headers": "<string>", "response_status_code": 123, "run_at": "2023-11-07T05:31:56Z", "status": "<string>", "target_run_at": "2023-11-07T05:31:56Z" } ], "has_more": true, "next_cursor": 123 }
List all the runs for a single job
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Cursor
OK
ListJobRunResponse schema
Show child attributes
Was this page helpful?