cURL
curl --request GET \ --url https://sandbox.deck.co/api/v1/jobs \ --header 'x-deck-client-id: <api-key>' \ --header 'x-deck-secret: <api-key>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "job_code": "<string>", "name": "<string>", "status": "Pending" } ] }
Retrieve a paginated list of job runs.
Enter your client id
Enter your secret
OK
Show child attributes
Was this page helpful?