---
title: "POST /reports/saved"
method: POST
path: "/reports/saved"
tags: ["SavedReports"]
---

# POST /reports/saved

`POST /reports/saved`

## Request body

- SaveReportRequestDto
  - `name` string
  - `baseReportKey` string
  - `parameters` object, nullable
  - `includedTableKeys` string[], nullable
  - `isShared` boolean
  - `scheduleCadence` string, nullable — "daily" | "weekly" | "monthly" | null/"none" for no schedule.
  - `scheduleRecipients` string[], nullable

## Response `201`

Created

- SavedReportDto
  - `id` string
  - `name` string
  - `baseReportKey` string
  - `parameters` object
  - `includedTableKeys` string[]
  - `isShared` boolean
  - `scheduleCadence` string, nullable
  - `scheduleRecipients` string[]
  - `isOwner` boolean
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/versions/a905bde4e796/schema)
