Skip to main content
GET
/
extract
/
jobs
/
{job_id}
/
stream
Resume Streaming Extraction
curl --request GET \
  --url https://api.contextual.ai/v1/extract/jobs/{job_id}/stream \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

job_id
string
required

Response

Successful Response