Client List Ground Truths
Ground Truths
List Ground Truths
Return all Ground Truths for Agent
Client List Ground Truths
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.
Path Parameters
Query Parameters
Optionally specify the index of the Ground Truths page to fetch.
Required range:
x >= 0Optionally specify the maximum number of Ground Truths to fetch.
Required range:
1 <= x <= 1000Response
Successful Response
The list of Ground Truths.
The total number of pages of Ground Truths. Use the request arguments page_number and page_size to control which Ground Truths are fetched.
The number of the fetched page.
Required range:
x >= 0The page size, i.e. number of Ground Truths, fetched.
Required range:
x <= 1000