Get Parse
Retrieve a parse.
Fetches a single parse by its parse_id within the authenticated environment and
returns the full Parse including its output. Responds with 404 if no parse with
that id exists.
Retrieve a single persisted parse by ID.Documentation Index
Fetch the complete documentation index at: https://docs.retab.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Query Parameters
When false, returns a cheap status-only projection (no output), served from cache for in-flight background runs.
Response
Successful Response
A parse result: the per-page and full-document text extracted from a document.
Unique identifier of the parse
Information about the parsed file
Model used for parsing
Format used to render tables extracted from the document
markdown, yaml, html, json DPI used when rasterizing pages for the parser
The parsed document content
Free-form instructions supplied with the parse request.
Lifecycle status. The synchronous path returns 'completed'. Background runs progress pending -> queued -> in_progress -> completed | failed | cancelled.
pending, queued, in_progress, completed, failed, cancelled Error details when a background run fails; null otherwise. Always present so consumers can read it without an existence check.
Usage information for the parse operation