cURL
curl --request GET \ --url https://localhost:7002/api/v1/jobs/{jobRequestId} \ --header 'x-deck-client-id: <api-key>' \ --header 'x-deck-secret: <api-key>'
{ "job_guid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "Running", "output": "<string>", "created_at": 123, "updated_at": 123 }
Returns the current status for a specific job as well as the output if the job has completed.
Enter your client id
Enter your secret
OK
Running
Failed
Completed
Canceled
Was this page helpful?