Skip to main content
POST
Cancel Evaluation

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"

Response

Successful Response

id
string
required
tenant_id
string
required
library_id
string
required
name
string
required
created_by
string
required
document_ids
string[]
required
status
string
required

PENDING | RUNNING | DONE | FAILED | CANCELLED

total_documents
integer
required
processed_documents
integer
required
failed_documents
integer
required
created_at
string
required

ISO 8601 timestamp

expire_at
string
required

ISO 8601 timestamp — entity is auto-deleted after this date

llm_model
string | null
overall_accuracy
number | null

Average correctness across all document+field pairs (0.0–1.0). Populated when status=DONE.

field_accuracies
Field Accuracies · object | null

Per-field accuracy keyed by field ID. Populated when status=DONE.

fully_correct_document_ratio
number | null

Fraction of documents where every evaluated field was correct (0.0–1.0). Populated when status=DONE.

total_cost
number | null

Total LLM cost in USD across all evaluated documents. Populated when status=DONE.

average_cost_per_document
number | null

Average LLM cost in USD per document. Populated when status=DONE.