Skip to main content
GET
List Test Run Correction Revisions

Overview

Dispositions are enabled per organization. If your organization does not have access, these endpoints return 404.
Returns the correction history for one value on one call of a test run, newest revision first, up to 50 entries. Corrections are written with Correct Test Run Value; only the newest revision counts as the current correction on Get Test Run Rows and in the CSV export.

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.
string
required
The call. Must be a UUID; otherwise returns 400 with the message callId must be a valid UUID. Returns 404 with the message Test run case not found if the call is not part of this run.
string
required
The definition value. Must be a UUID; otherwise returns 400 with the message valueId must be a valid UUID. Returns 404 with the message Disposition value not found in this run if the run’s definition snapshot has no such value.

Response

array
Correction revisions ordered by revision descending, at most 50. Empty if the cell was never corrected.
boolean
true when more than 50 revisions exist and older ones were cut from the list.
null | array
null on success, or a list of error objects if the request failed.

Docs for agents: llms.txt