---
title: "Generate Report On Demand"
method: POST
path: "/v1/evaluations/{evaluation_id}/report"
tags: ["Diamond", "evaluations"]
---

# Generate Report On Demand

`POST /v1/evaluations/{evaluation_id}/report`

Generate a trust report on demand (Layer 3).

This endpoint triggers LLM analysis + HTML/PDF report generation
for a completed evaluation. Reports are cached in S3 — subsequent
calls return the cached version unless force_regenerate=True.

Reports are NOT auto-generated on evaluation completion (CON-256).
Users explicitly request reports when they need proof of compliance
or want a printable summary.

## Path parameters

- `evaluation_id` string, uuid, required

## Query parameters

- `team_id` string, uuid, required — Team that owns this evaluation
- `force_regenerate` boolean — Force regeneration even if cached

## Response `200`

Successful Response

- object

## 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)
