Skip to main content
GET
/
api
/
v1
/
jobs
/
batch
/
{batch_id}
Get Batch Status
curl --request GET \
  --url https://api.example.com/api/v1/jobs/batch/{batch_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

X-API-Key
string

Path Parameters

batch_id
string
required

Response

Successful Response