GET
/
parse
/
jobs
curl --request GET \
  --url https://api.contextual.ai/v1/parse/jobs/ \
  --header 'Authorization: Bearer <token>'
{
  "jobs": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "status": "pending"
    }
  ],
  "total_jobs": 123
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
Successful Response

/parse list jobs object.

jobs
object[]
required

List of parse jobs

total_jobs
integer
required

Total number of parse jobs