Skip to main content
GET
/
v1
/
jobs
/
{job_id}
Get Job
const options = {method: 'GET', headers: {'x-api-key': '<api-key>'}};

fetch('https://api.decart.ai/v1/jobs/{job_id}', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

job_id
string
required

Response

Successful Response