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