Skip to main content
GET
/
job-status
/
{job_id}
Job Status
curl --request GET \
  --url https://api.sixtyfour.ai/job-status/{job_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.sixtyfour.ai/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-api-key
string | null

Path Parameters

job_id
string
required

Response

Successful Response