Skip to main content
GET
Get Test Run Rows

Overview

Dispositions are enabled per organization. If your organization does not have access, these endpoints return 404.
Returns one row per call in the test run, with each value’s result, the transformed payload, and the latest correction saved for each value. Rows are paged with limit and offset. For a flat file of the same data use Export Test Run CSV; to record a correction use Correct Test Run Value.

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.
string
required
The test run’s unique identifier. Must be a UUID; otherwise returns 400 with the message runId must be a valid UUID. Returns 404 Test run not found if it does not belong to this disposition.

Query Parameters

integer
default:"50"
Rows per page. Minimum 1, maximum 250. Values outside that range are clamped; a non-numeric value falls back to 50.
integer
default:"0"
Number of rows to skip. Negative or non-numeric values are treated as 0.

Response

array
One row per call in this page, in the order the calls were admitted to the run.
number
Total number of rows in the run, regardless of paging.
number
The offset applied.
number
The limit applied, after clamping.
null | array
null on success, or a list of error objects if the request failed.

Docs for agents: llms.txt