Skip to main content
POST
Batch-fetch latest column profiles by table and/or column FQN

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Include the token in the Authorization header as: Authorization: Bearer <token>. The JWT must contain valid client_id, and project_id claims for tenant isolation and SDK routing.

Body

application/json

Request body for POST /profiles/columns/batch.

At least one of table_fqns / column_fqns must be non-empty. The sum of identifiers across both fields must not exceed 200.

table_fqns
string[] | null
column_fqns
string[] | null

Response

Successful Response

Response body for POST /profiles/columns/batch.

profiles
ColumnProfileResponse · object[]
required