Skip to main content
POST
/
v1
/
evaluations
/
{evaluation_id}
/
report
Generate Report On Demand
curl --request POST \
  --url https://api.example.com/v1/evaluations/{evaluation_id}/report
{}

Path Parameters

evaluation_id
string<uuid>
required

Query Parameters

team_id
string<uuid>
required

Team that owns this evaluation

force_regenerate
boolean
default:false

Force regeneration even if cached

Response

Successful Response

The response is of type Response Generate Report On Demand V1 Evaluations Evaluation Id Report Post · object.

Last modified on April 21, 2026