Get extraction
Returns one extraction with its current status and, once outputAvailable is true, the full output.
Poll this endpoint until status is COMPLETED, FAILED, or REJECTED.
Authentication
Use the API key format: api-key <token>.
Path parameters
Response
Current extraction state. Includes output when outputAvailable is true.
Extraction identifier. Store this value for polling, feedback, and event correlation. Example: 69654f0bc073ef404baec649.
Current processing state. Stop polling when the value is COMPLETED, FAILED, or REJECTED.
true means the final output is ready and included in the extraction details or completed event payload.
UTC timestamp when Plextera accepted the extraction request. Example: 2026-04-07T10:05:04Z.
UTC timestamp of the latest known state change. Example: 2026-04-07T10:22:00Z.
UTC timestamp when the extraction reached COMPLETED, FAILED, or REJECTED. Omitted while the extraction is still queued or processing.
Failure or rejection details. Present only when status is FAILED or REJECTED.
Final structured extraction output. Present when outputAvailable is true.