Get Eval Run
Experiments
Get Eval Run
Fetch one eval run and its current status and summary.
GET
Get Eval Run
Headers
string
required
Your API key for authentication.
Path Parameters
string
required
The ID of the eval run to retrieve.
Response
string
Unique identifier for the eval run.
string
The organization that owns this run.
string
Current status. One of
PENDING, QUEUED, RUNNING, COMPLETE, PARTIAL, FAILED, CANCELLED.string
How the run was triggered. One of
manual, auto, backfill.string
The scoring modality. One of
text, audio, full.array of string
The call IDs submitted for scoring.
array of objects
The agent attachments submitted with the run. Each object contains
eval_agent_id, eval_agent_version_id, weight, and target_level_keys.string or null
The associated workbench setup, if any.
string or null
The pinned workbench setup version, if any.
integer
Number of calls resolved for the run.
integer
Number of eval agents resolved for the run.
integer
Total call-by-agent evaluations in the run.
integer
Number of evaluations completed so far.
object or null
Aggregate scoring summary, or
null if not yet available.number or null
Billable cost for this run in USD, or
null if not yet finalized.string or null
Error code if the run failed, otherwise
null.string or null
Human-readable error message if the run failed, otherwise
null.string or null
Internal workflow identifier, if applicable.
object
Key-value metadata attached to the run.
string
ISO 8601 timestamp when the run was created.
string or null
ISO 8601 timestamp when the run started, or
null if not yet started.string or null
ISO 8601 timestamp when the run completed, or
null if not yet complete.