Skip to main content
GET
Get latest evaluation for a thread

Authorizations

Authorization
string
header
required

Use JWT token for authentication

Path Parameters

threadId
string<uuid>
required

UUID of the thread whose latest evaluation should be retrieved

Response

Latest evaluation for the thread

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