Get extraction status or result
Extract
Get Extraction
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”.
GET
Get extraction status or result
Documentation Index
Fetch the complete documentation index at: https://docs.sky-scribe.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
200 - application/json
Extraction status or result

