Get Evaluation
Get an evaluation with its summary stats.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Evaluation ID
The domain of the customer
"example.com"
Response
Successful Response
PENDING | RUNNING | DONE | FAILED | CANCELLED
ISO 8601 timestamp
ISO 8601 timestamp — entity is auto-deleted after this date
Average correctness across all document+field pairs (0.0–1.0). Populated when status=DONE.
Per-field accuracy keyed by field ID. Populated when status=DONE.
Fraction of documents where every evaluated field was correct (0.0–1.0). Populated when status=DONE.
Total LLM cost in USD across all evaluated documents. Populated when status=DONE.
Average LLM cost in USD per document. Populated when status=DONE.