Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

A personal API key or an OAuth 2.0 access token. Personal API keys also require the x-auth-key header with your user ID.

Query Parameters

organization_id
string
required

The organization whose evaluations to list.

page_size
integer
default:20

Items per page (1-100).

Required range: 1 <= x <= 100
cursor
string

Pagination cursor from a previous response's next_cursor.

Response

Paginated evaluations.

evaluations
object[]
next_cursor
string | null

Pass as cursor to fetch the next page. Null when there are no more results.