---
title: "Get report runs for a schedule"
method: GET
path: "/ng-reports/scheduled/custom/{reportScheduleId}/runs"
tags: ["NG Reports (Scheduled)"]
---

# Get report runs for a schedule

`GET /ng-reports/scheduled/custom/{reportScheduleId}/runs`

Fetch all report runs for a specific schedule ID and optional frequencies.

## Path parameters

- `reportScheduleId` integer, required

## Query parameters

- `frequency` XiqScheduleFrequency[]

## Response `200`

OK

- XiqReportRunsResponse[]
  - `report_run_id` integer
  - `report_run_timestamp` integer
  - `report_name` string
  - `report_id` integer

---

[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/revisions/242a0e1b1b40/schema)
