---
title: "List Custom Report Schedules"
method: GET
path: "/ng-reports/scheduled/custom"
tags: ["NG Reports (Scheduled)"]
---

# List Custom Report Schedules

`GET /ng-reports/scheduled/custom`

List custom report schedules with filters and pagination.

## Query parameters

- `page` integer
- `limit` integer
- `frequency` XiqScheduleFrequency[]
- `keyword` string

## Response `200`

OK

- PagedXiqCustomReportSchedule
  - `page` integer, required — The current page number
  - `count` integer, required — The element count of the current page
  - `total_pages` integer, required — The total page number based on request page size
  - `total_count` integer, required — The total element count
  - `data` XiqCustomReportSchedule[] — The data in the current page
    - `report_schedule_id` integer — Unique ID of the scheduled report
    - `report_id` integer — Unique ID of the report
    - `report_name` string — Name of the actual report
    - `report_description` string — Short description of the report
    - `recipients_count` integer — Number of recipients for the report
    - `frequency` 'DAILY' | 'WEEKLY' | 'MONTHLY' — The frequency type of the scheduled report (e.g., DAILY, WEEKLY, etc.).
    - `enable_schedule` boolean — Whether the schedule is enabled or not

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
