Skip to main content
POST
Create Evaluation Group

Authorizations

X-Api-Key
string
header
required

API Key for authentication. Click here to access API Key

X-Secret-Key
string
header
required

Secret Key for authentication. Click here to access Secret Key

Body

application/json
name
string
required

The name of the evaluation group. Must be unique within the workspace.

eval_template_ids
string<uuid>[]
required

A list of evaluation template UUIDs to include in this group. Must not be empty.

description
string

An optional description for the evaluation group.

Response

Evaluation group created successfully.

id
string<uuid>
read-only
name
string
description
string | null
is_sample
boolean
read-only
created_at
string<date-time>
read-only
updated_at
string<date-time>
read-only