Skip to main content
GET
Get a cut

Authorizations

Authorization
string
header
required

Pass your API key as Authorization: Bearer sk_…. Mint a key from your dashboard's API-keys page.

Path Parameters

cut_id
string<uuid>
required

Identifier of the cut.

Response

The cut.

A cut.

id
string<uuid>
required

Cut id.

asset_id
string<uuid>
required

The source asset (video or audio) this cut belongs to.

state
enum<string>
required

Cut lifecycle state: pending / processing while the cut computes, completed when ready, failed on error. completed and failed are terminal.

Available options:
pending,
processing,
completed,
failed
script
string | null
required

The script this cut was computed with (from the create request, snapshotted at create time).

error_code
string | null
required

Machine-readable failure code when state=failed.

error_message
string | null
required

Human-readable failure detail when state=failed.

created_at
string<date-time>
required

When the cut was created.

started_at
string<date-time> | null
required

When compute started.

completed_at
string<date-time> | null
required

When the cut reached a terminal state.