List Test Runs
Agent Testing
List Test Runs
List test runs with optional filtering and pagination.
GET
List Test 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 runs by scenario ID.
Filter runs by pathway ID.
Filter runs by persona ID.
Filter runs by batch ID.
Filter runs by status. Possible values:
PENDING, RUNNING, PASSED, FAILED, ERROR, CANCELLED.Maximum number of results to return. Must be between 1 and 100.
Offset for pagination. Use in combination with
limit to page through results.Response
An array of test run objects. Each run includes scenario information and assertion results.
The total number of runs matching the applied filters.
Docs for agents: llms.txt