Skip to main content
POST
Trigger evaluation for a thread

Authorizations

Authorization
string
header
required

Use JWT token for authentication

Path Parameters

threadId
string<uuid>
required

UUID of the thread to evaluate

Response

Evaluation triggered successfully

id
string<uuid>
required

Unique identifier for the evaluation

threadId
string<uuid>
required

Identifier for the evaluated thread

score
number<float>
required

Evaluation score between 0 and 1

status
enum<string>
required

Status of an evaluation run

Available options:
PENDING,
COMPLETED,
FAILED
feedback
string

Detailed feedback or explanation of the evaluation

createdAt
string<date-time>

Timestamp of when the evaluation was created