---
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'
    - `enable_schedule` boolean — Whether the schedule is enabled or not

## Changes

> 6 revisions in range; 1 not diffed.

- **2026-08-18** `242a0e1b1b40` — 1 info
  - for the `query` request parameter `limit`, the max was increased from `100.00` to `500.00`

[Change history](https://skmtc.dev/extremecloudiq/apis/extremecloud-iq-api/changes/ng-reports/scheduled/custom/get.md)

---

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