Skip to main content
POST
Dry-run an export against real rows

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

A dry run: render an export against real rows, write nothing.

definition
ExportColumnDefinition · object
required

The export definition to preview — passed inline so the editor can preview BEFORE the column exists.

record_ids
string<uuid>[]
required

The rows to preview; the server caps how many render.

Required array length: 1 - 25 elements
table_id
string<uuid>
required

Response

Successful Response

The dry run's rows. Counters are absent on purpose: nothing ran.

rows
ExportPreviewRowSchema · object[]
required