Skip to main content
GET
/
info
/
job
/
{job_id}
Get Job
curl --request GET \
  --url https://98i2es6mi4.execute-api.us-west-2.amazonaws.com/prod/info/job/{job_id} \
  --header 'x-api-key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

job_id
string | null
required

Response

Successful Response