Skip to main content
GET
Get test

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

test_uuid
string
required

Test to retrieve

Example:

"b1c2d3e4-f5a6-7890-bcde-f12345678901"

Response

Successful Response

uuid
string
required

Unique ID for the test

Required string length: 36
Example:

"b1c2d3e4-f5a6-7890-bcde-f12345678901"

name
string
required

Name of the test

type
enum<string>
required

What the test judges:

  • response: judges the generated reply
  • tool_call: diffs the generated tool calls
  • conversation: judges the full conversation
Available options:
response,
tool_call,
conversation
created_at
string
required

When the test was created (ISO 8601 UTC)

updated_at
string
required

When the test was last updated (ISO 8601 UTC)

config
object | null

The stored config: history, evaluation, and an optional settings

evaluators
object[]

Linked evaluators, resolved to their current live version at read time