Get Edit
Retrieve an edit.
Fetches a single edit by its edit_id. Returns the edit with its filled
form data and rendered document; responds with 404 if no edit with that
id exists.
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
An edit result: form-field values written onto a document or template PDF.
Unique identifier of the edit.
Information about the source file (input document or template PDF).
Model used for the edit operation.
Configuration used for the edit operation.
Free-form instructions supplied with the edit request.
Template id used when the edit was created from a template; null for direct-document edits.
The edit result: filled form fields and the rendered PDF. An empty sentinel until status == 'completed'; gate reads on status.
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.
Durable file reference for the filled document, when materialized.
Usage information for the edit operation.