Get File Blueprint
Retrieve a file blueprint by id.
Retrieve a file blueprint 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 document blueprint generated from an uploaded file.
Unique identifier of the file blueprint.
Information about the analyzed file.
"file.blueprint"Analysis depth used or requested.
instant, reasoning User intent supplied with the blueprint request.
The generated Document Blueprint payload.
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.