Client List Validation Runs
Ground Truths
List Validations
Return all Validation results for a Ground Truth
Client List Validation Runs
Rate Limit: This endpoint is limited to requests per minute per user.
Authorizations
Bearer authentication header of the form Bearer <token>. The <token> represents your API key, which must be acquired from the Kolena platform.
Query Parameters
Optionally specify the index of the Validations page to fetch.
Required range:
x >= 0Optionally specify the maximum number of Validations to fetch.
Required range:
1 <= x <= 1000Response
Successful Response
The list of Validations.
The total number of pages of Validations. Use the request arguments page_number and page_size to control which Validations are fetched.
The number of the fetched page.
Required range:
x >= 0The page size, i.e. number of Validations, fetched.
Required range:
x <= 1000