---
title: "Retrieve a network overview of charge point states"
method: GET
path: "/api/v1/dashboard-statistics/network-overview"
tags: ["Dashboard Statistics"]
---

# Retrieve a network overview of charge point states

`GET /api/v1/dashboard-statistics/network-overview`

Required scope: `charge-points:read`

## Query parameters

- `currentType` string, nullable — Filter by charge point current type (e.g. `ac`, `dc`)
- `visibility` string, nullable — Filter by charge point visibility (e.g. `public`, `private`)

## Response `200`

Charge point state counts for the operator's network

- DashboardNetworkOverviewDto
  - `disconnectedCount` integer, required — Number of disconnected charge points
  - `errorCount` integer, required — Number of charge points in error state
  - `maintenanceCount` integer, required — Number of charge points in maintenance state
  - `totalChargePointCount` integer, required — Total number of charge points

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

[API](https://skmtc.net/monta/apis/monta-partner-api.md) · [All operations](https://skmtc.net/monta/apis/monta-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monta/monta-partner-api/revisions/517e18f11015/schema)
