Get Partition
Retrieve a partition.
Fetches a single partition by its partition_id within the authenticated environment
and returns the full Partition including its output chunks. Responds with 404 if
no partition with that id exists.
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 partition result: a document segmented into chunks along the requested key.
Unique identifier of the partition
Information about the partitioned file
Model used for the partition operation
Partition key used for the run
Free-form instructions supplied with the partition request
Number of consensus votes used
Whether pages were allowed to appear in more than one partition chunk
The list of partition chunks with their assigned pages. Empty [] until status == 'completed'.
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.
Consensus metadata for multi-vote partition runs
Usage information for the partition operation