Skip to main content
GET
List Disposition Test Runs

Overview

Dispositions are enabled per organization. If your organization does not have access, these endpoints return 404.
Returns the disposition’s test runs, newest first, each with its frozen definition, progress counts, and a summary computed from its per-call rows. Start one with Create Disposition Test Run; read a single run’s live state with Get Disposition Test Run.

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
The agent’s unique identifier. Must be a UUID; otherwise returns 400 with the message agentId must be a valid UUID. Returns 404 Agent not found if the agent is not in your organization.
string
required
The disposition’s unique identifier. Must be a UUID; otherwise returns 400 with the message dispositionId must be a valid UUID. Returns 404 Disposition not found if it does not belong to this agent.

Query Parameters

integer
default:"25"
Maximum number of runs to return. Minimum 1, maximum 100. Values outside that range are clamped; a non-numeric value falls back to 25. There is no cursor: the newest limit runs are returned.

Response

array
Test run objects ordered by createdAt descending.
null | array
null on success, or a list of error objects if the request failed.

Docs for agents: llms.txt