Skip to main content

Jobs API

The Jobs API tracks async extraction tasks. When the extract endpoint returns 202, poll the job for status or use webhooks for completion notifications.

Endpoints

Job lifecycle

Jobs are created by the extract endpoint and re-extract. They progress through: queuedprocessingcompleted or failed. The processing state reports the current pipeline phase. Use webhooks for event-driven notifications instead of polling.