Skip to main content
GET
/
jobs
/
correlation
/
{correlationId}
/
status
cURL
curl --request GET \
  --url https://sandbox.deck.co/api/v1/jobs/correlation/{correlationId}/status \
  --header 'x-deck-client-id: <api-key>' \
  --header 'x-deck-secret: <api-key>'
{
  "data": [
    {
      "job_guid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "status": "Running",
      "created_at": 123,
      "updated_at": 123
    }
  ]
}

Authorizations

x-deck-client-id
string
header
required

Enter your client id

x-deck-secret
string
header
required

Enter your secret

Path Parameters

correlationId
string<uuid>
required

Response

OK

data
object[]