---
title: "Fetch scheduled report"
method: GET
path: "/scheduled_reports/{id}"
tags: ["Scheduled reports"]
---

# Fetch scheduled report

`GET /scheduled_reports/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- object
  - `id` integer, required — The ID of the scheduled report
  - `resource_type` 'ScheduledReport', required — The resource type of the scheduled report
  - `name` string, required — The name of the scheduled report
  - `period` 'day' | 'week' | 'month', required — The period of the scheduled report. If the reporter has a minimum interval days, the frequency, together with the period, can't be shorter than that value. Current minimum interval days: no limit If the reporter has a maximum interval days, the frequency, together with the period, can't be longer than that value. Current maximum interval days: 180
  - `frequency` integer, required — The frequency of the scheduled report. If the reporter has a minimum interval days, the frequency, together with the period, can't be shorter than that value. Current minimum interval days: no limit If the reporter has a maximum interval days, the frequency, together with the period, can't be longer than that value. Current maximum interval days: 180
  - `scheduled_at` string, date, required — The date at which the schedule will start
  - `time_zone` string, required — The time zone of the scheduled report. It should be a <a href="https://en.wikipedia.org/wiki/Tz_database#Names_of_time_zones"> valid IANA time zone name.</a>
  - `enabled` boolean, required — Whether the scheduled report is enabled
  - `emails` string[], required — The emails to send the reports to
  - `created_at` string, date-time, required — When the scheduled report was created
  - `updated_at` string, date-time, required — When the scheduled report was updated
  - `organization_id` integer, required — The organization ID of the scheduled report
  - `organization` object, required — The organization of the scheduled report
    - `id` integer, required — The ID of the organization
    - `resource_type` 'Organization', required — The resource type of the organization
    - `name` string, required — The name of the organization
    - `domain` string, required — The domain of the organization.
  - `place_id` integer, nullable, required — The place ID of the scheduled report
  - `reporter_id` integer, required — The reporter ID of the scheduled report

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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