Skip to main content
GET
/
jobs
/
{job_id}
Get Job
curl --request GET \
  --url 'https://api.example.com/jobs/{job_id}?HAIQU_API_KEY='
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

HAIQU_API_KEY
string
query
required

Path Parameters

job_id
string
required

Response

Successful Response