Skip to main content
POST
Validate table shape and column rules against the current CSV snapshot. Declare required columns, per-column type rules, and unique-key constraints, then read the returned diagnostics.

Authorizations

Authorization
string
header
required

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

Path Parameters

table_id
string
required

Body

application/json
required_columns
string[]
columns
Columns · object
unique
string[][]

Response

Successful Response

table_id
string
required
diagnostics
WorkflowTableValidationDiagnostic · object[]
has_errors
boolean
default:false