Skip to main content
POST
Execute Evals for Trace

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required
session_id
string
required
trace_id
string
required

Body

application/json
eval_types
enum<string>
default:all
Available options:
all,
llm-as-judge,
code
criteria_ids
string<uuid>[] | null

Response

202 - application/json

EmptyResponse()

The response is of type EmptyResponse · object.