List Eval Runs
Experiments
List Eval Runs
List eval runs in your organization, with optional filters.
GET
List Eval Runs
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.
Query Parameters
Filter to runs that included this eval agent.
Filter to runs started from this workbench setup.
Filter by run status. Possible values:
PENDING, QUEUED, RUNNING, COMPLETE, PARTIAL, FAILED, CANCELLED.Filter by how the run was triggered. Possible values:
manual, auto, backfill.Number of results to return. Between 1 and 100.
Cursor: return results after this object ID.
Cursor: return results before this object ID. Cannot be combined with
starting_after.Response
Always
"list".The list of eval run objects.
Whether more results exist beyond this page.
Cursor to use in
starting_after to retrieve the next page, or null if there are no more results.