Skip to main content
GET
List evaluation runs across the org (including runs whose suite was deleted)

Authorizations

x-api-key
string
header
required

Query Parameters

suite_id
string<uuid> | null

Optional filter to a specific suite. Unlike /suites/{suite_id}/runs, this endpoint does not 404 when the suite has been deleted — pass the original suite_id and historical runs still surface via suite_name_snapshot.

limit
integer
default:50
Required range: 1 <= x <= 200
cursor
string | null

Response

Successful Response

items
KBEvalRunResponse · object[]
required
has_more
boolean
required
next_cursor
string | null