Skip to main content
GET
List Evaluations

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

library_id
string
required

The id of the library

tenant
string
required

The domain of the customer

Example:

"example.com"

Query Parameters

pageToken
string | null
size
integer | null

Response

Successful Response

evaluations
ApiEvaluation · object[]
required
next_page_token
string | null