---
title: "Generate case report"
method: POST
path: "/v1/cases/{id}/generate-report"
tags: ["Cases"]
---

# Generate case report

`POST /v1/cases/{id}/generate-report`

Request the generation of a case report by its Dotfile internal `id`. Retrieve the report by subscribing to `CaseReport.Generated` webhook event.

---

#### See also  
Learn more about [Cases](./cases-guide)  
Learn more about [Webhooks](./webhooks-guide)

## Path parameters

- `id` string, uuid, required

## Request body

- CaseReportParams
  - `timezone` string — Only accepts TZ identifier. Refer to https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for TZ database values.

## Response `204`

## Other responses

- `404` — No case can be found.

---

[API](https://skmtc.dev/dotfile/apis/api-specifications.md) · [All operations](https://skmtc.dev/dotfile/apis/api-specifications/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dotfile/api-specifications/revisions/36393567057b/schema)
