List cuts
One page of your cuts, newest first (keyset cursor pagination).
Authorizations
Pass your API key as Authorization: Bearer sk_…. Mint a key from your dashboard's API-keys page.
Query Parameters
Restrict to one asset's cuts (1:N, newest first).
Restrict to one project.
Filter by lifecycle state.
Cut states reachable on the public API surface: a cut computes
pending → processing and lands completed, or failed.
pending, processing, completed, failed Maximum cuts to return (1-100). Default 20.
1 <= x <= 100Opaque continuation token from the previous page's next_cursor. Omit for the first page.
Response
One page of your cuts, newest first.
One page of the caller's cuts, newest first (keyset cursor pagination).
One page of items, ordered by this list's sort key descending. See the endpoint description for which key that is.
The page-size limit this response was computed with.
Opaque continuation token. Pass as cursor on the next request to fetch the following page; null means this is the last page.