Scan for domain value mismatches
Checks all domain-constrained columns (or a subset) for values that don't match their allowed domain values. Returns mismatched values with similarity suggestions. **Required scope:** `tables:read`
Authorization
BearerAuth Security scheme for OpenAPI endpoints. Validates both JWT tokens and API keys.
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/tables/{catalog}/{schema}/{table_name}/domain-mismatches"{ "table": "string", "totalMismatches": 0, "columns": [ { "column": "string", "domainType": "string", "parentColumn": "string", "mismatches": [ { "value": "string", "parentValue": "string", "suggestions": [ { "id": "string", "value": "string" } ] } ] } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}Explain selected rows with tagged cell references
Select one or more rows by primary-key values (or let the system sample) and receive a natural-language explanation. The explanation text contains `{{ref:N}}` markers that correspond to entries in the `references` array, allowing the UI to render clickable badges that link back to the source cells and rows. Particularly useful for pharma / scientific data where a row represents a compound, trial result, or patient record and users need a readable narrative with traceable evidence. **Required scopes:** `tables:read` + `ai:query`
Move a table to a different storage configuration
Moves all Delta table files (parquet data + `_delta_log/`) from the current storage location to the specified destination. The table is deregistered from the source and re-discovered at the destination. **Required scope:** `storage:write`