List Test Runs
Retrieves a paginated list of test runs for the authorized project. Results can be filtered and sorted by status, dates, conversational (multi-turn) or metrics. Pagination is controlled with page and pageSize. Filtering and sorting options include status, multiTurn, sortField, and ascending.
Query parameters
page
Page number (must be a positive integer, default is 1).
pageSize
Number of items per page (max 100, default is 25).
status
Filter test runs by status.
Allowed values:
multiTurn
Filter for conversational (multi-turn) test runs only (“true” or “false”).
Allowed values:
sortField
Field to sort results by (“created_at” or “run_duration”).
Allowed values:
ascending
Sort ascending (true) or descending (false).
Allowed values:
start
ISO 8601 start datetime filter (e.g. “2025-12-31T23:59:59Z”).
end
ISO 8601 end datetime filter (e.g. “2025-12-31T23:59:59Z”).
Response
A paginated list of test runs and total count.
success
data