Get a column data validation result

Path Parameters
  • entityId
    Type: integer
    required

    ID of Ai column data validation result config

Responses
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for get/ai/column-data-validation-result/{entityId}
curl https://test.boost.space/api/ai/column-data-validation-result/1 \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "id": 42,
  "result": "string",
  "aiColumnDataValidationId": 42,
  "entityId": "string"
}