Skip to main content
GET
Get an evaluator

Authorizations

Authorization
string
header
required

Workspace API key. Pass as Authorization: Bearer <key>.

Path Parameters

promptId
string
required

Unique identifier for an entity, between 20 and 80 characters.

Required string length: 20 - 80
evaluatorId
string
required

Unique identifier for an entity, between 20 and 80 characters.

Required string length: 20 - 80

Response

Evaluator retrieved.

An evaluator configuration for running evaluations on datasets.

id
string
required

Unique identifier for an entity, between 20 and 80 characters.

Required string length: 20 - 80
promptId
string
required

Unique identifier for an entity, between 20 and 80 characters.

Required string length: 20 - 80
title
string
required

Display title for an evaluator, up to 200 characters.

Required string length: 1 - 200
datasetId
string
required

Unique identifier for an entity, between 20 and 80 characters.

Required string length: 20 - 80
config
LLM as a Judge · object
required

Evaluator configuration, discriminated by type.

status
enum<string>
required

Evaluator lifecycle status.

Available options:
active,
archived
createdAt
integer<int64>
required

Unix timestamp in milliseconds.

Required range: 1672511400000 <= x <= 33229420200000
updatedAt
integer<int64>
required

Unix timestamp in milliseconds.

Required range: 1672511400000 <= x <= 33229420200000