---
title: "Get Evaluation Html Report"
method: GET
path: "/v1/evaluations/{evaluation_id}/html"
tags: ["Diamond", "evaluations"]
---

# Get Evaluation Html Report

`GET /v1/evaluations/{evaluation_id}/html`

Get HTML trust report for an evaluation.

Returns the HTML content directly for browser viewing.
HTML reports are automatically generated when evaluations complete.

Args:
    evaluation_id: UUID of the evaluation
    team_id: Team ID that owns this evaluation
    claims: JWT claims with user and team info
    report_storage: Report storage adapter

Returns:
    HTML response with the report content

Raises:
    HTTPException: 401 if unauthorized, 403 if no permission, 404 if report not found

## Path parameters

- `evaluation_id` string, uuid, required

## Query parameters

- `team_id` string, uuid, required — Team ID that owns this evaluation

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/vijilai/apis/vijil-console-api-combined.md) · [All operations](https://skmtc.net/vijilai/apis/vijil-console-api-combined/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vijilai/vijil-console-api-combined/versions/a8b2ee2b2d06/schema)
