---
title: "Create custom report"
method: POST
path: "/v1/customreports/reports"
tags: ["CustomReport"]
---

# Create custom report

`POST /v1/customreports/reports`

## Request body

- CustomReport
  - `id` integer
  - `name` string, nullable
  - `jsonQuery` string, nullable
  - `settings` CustomReportSettings
    - `notification` CustomReportNotificationSettings
      - `frequency` string, nullable — One of "hourly", "daily", "weekly", "monthly"
      - `day` integer — For weekly, 0 = Monday, 6 = Sunday. For monthly, 1 = 1st of the month, 31 = 31st of the month
      - `time` string, nullable
      - `emailRecipients` string, nullable
  - `lastNotificationTime` string, date-time, nullable
  - `customDashboardId` integer
  - `accountId` integer
  - `createdAt` string, date-time
  - `updatedAt` string, date-time, nullable

## Response `200`

OK

- CustomReport
  - `id` integer
  - `name` string, nullable
  - `jsonQuery` string, nullable
  - `settings` CustomReportSettings
    - `notification` CustomReportNotificationSettings
      - `frequency` string, nullable — One of "hourly", "daily", "weekly", "monthly"
      - `day` integer — For weekly, 0 = Monday, 6 = Sunday. For monthly, 1 = 1st of the month, 31 = 31st of the month
      - `time` string, nullable
      - `emailRecipients` string, nullable
  - `lastNotificationTime` string, date-time, nullable
  - `customDashboardId` integer
  - `accountId` integer
  - `createdAt` string, date-time
  - `updatedAt` string, date-time, nullable

## Other responses

- `400` — Bad Request

---

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