List Parsing Jobs
GET/v1/parsing/jobs
Authorization
Authorizationstringrequired
Bearer token for API authentication. Format: `Bearer YOUR_API_KEY`
Query Parameters
limitintegerdefault:
20
Maximum number of items to return per page (1-100)
Constraints
•Minimum: 1•Maximum: 100
afterstring
Cursor for forward pagination - get items after this position. Use last_cursor from previous response.
beforestring
Cursor for backward pagination - get items before this position. Use first_cursor from previous response.
include_totalbooleandefault:
false
Whether to include total count in response (expensive operation)
statusesstring
Status to filter by
qstring
Search query to filter by
Response Body
paginationobjectrequired
Response model for cursor-based pagination.
dataParsingJobListItem[]required
The list of parsing jobs
objectstringdefault:
list
The object type of the response
Rerank Documents
Rerank different kind of documents for a given query.
Get Parsing Job
Get detailed information about a specific parse job.
Last updated: August 19, 2025