---
title: "Get Network Summary Reports"
method: GET
path: "/ng-reports/scheduled/network-summary"
tags: ["NG Reports (Scheduled)"]
---

# Get Network Summary Reports

`GET /ng-reports/scheduled/network-summary`

Retrieves all network summary reports with optional keyword filtering.

## Query parameters

- `keyword` string

## Response `200`

OK

- XiqNgCannedReport
  - `report_id` integer — Report Id
  - `report_schedule_id` integer — Report Schedule Id
  - `enable_schedule` boolean — Status of report Schedule
  - `report_runs` XiqNgCannedReportRuns[] — List of report runs
    - `report_run_id` integer — Report Run Id
    - `report_run_timestamp` integer — Report Run Timestamp
    - `recipients_count` integer — Report recipient count
    - `report_name` string — Report Name

---

[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)
