Skip to main content
GET
List parse and extraction jobs
List the Parse and Extract jobs your API key can access, newest first. The response includes job metadata and pagination details. Start with Parse your first document.

Authorizations

unstructured-api-key
string
header
required

Query Parameters

cursor
string

Opaque pagination cursor from a previous response.

limit
integer
default:20

Maximum number of jobs to return.

Required range: 1 <= x <= 100
status
enum<string>

Return only jobs with this public status. completed_with_warnings maps to completed upstream and may include completed jobs without warnings. A public job lifecycle status.

Available options:
queued,
processing,
failed,
completed,
completed_with_warnings,
cancelled

Response

A page of jobs visible to this caller.

jobs
object[]
required
next_cursor
string | null
required

Opaque cursor for the next page, or null at the end.