Skip to main content
GET
List eval runs

Authorizations

Authorization
string
header
required

Can be either an Organization API Key or Personal Access Token (PAT).

Include in the Authorization header as: Bearer YOUR_TOKEN

Query Parameters

archived
enum<string>

When true, returns archived runs instead of active ones. Defaults to false.

Available options:
true,
false
Example:

"false"

prompt_set_id
string<uuid>
required

Required — the prompt set whose runs should be listed.

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

List of runs for the prompt set.

runs
object[]
required

Runs for the prompt set, newest first, filtered to those whose model the caller can access.