Skip to main content
GET
Get Evaluation Results

Authorizations

Authorization
string
header
required

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

Path Parameters

evaluation_id
string
required

Evaluation ID

tenant
string
required

The domain of the customer

Example:

"example.com"

Query Parameters

document_id
string | null
field_id
string | null
is_correct
boolean | null
pageToken
string | null
size
integer | null

Response

Successful Response

results
ApiEvaluationResult · object[]
required
next_page_token
string | null