Poll for the status and result of an extraction job. Use this endpoint when you initiated an extraction with a callback URL. Returns one of two response types:
Option 1 - Completed (status: “completed”): Extraction is finished. Response includes status, id, and data with all requested formats.
Option 2 - Pending (status: “pending”): Job is still processing. Response includes status, id, and poll_url. Continue polling this endpoint until status becomes “completed”.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Extraction status or result