Skip to main content
GET
/
v1
/
evaluations
/
{evaluation_id}
/
html
Get Evaluation Html Report
curl --request GET \
  --url https://api.example.com/v1/evaluations/{evaluation_id}/html
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

evaluation_id
string<uuid>
required

Query Parameters

team_id
string<uuid>
required

Team ID that owns this evaluation

Response

Successful Response

Last modified on April 21, 2026