---
title: "Get PowerBank status per charge point"
method: GET
path: "/api/v1/teams/{teamId}/grid/evses"
tags: ["Teams"]
---

# Get PowerBank status per charge point

`GET /api/v1/teams/{teamId}/grid/evses`

Returns one row per charge point in the team with its PowerBank subscription status. Required scope: `charge-points:read` </br>Organization authorization: `supported`

## Path parameters

- `teamId` integer, required

## Response `200`

Per-EVSE grid subscription status list

- TeamEvseGridStatusV2Response[]
  - `id` integer, required
  - `name` string, required
  - `teamId` integer, nullable
  - `identity` string, nullable
  - `brandName` string, nullable
  - `modelName` string, nullable
  - `modelImageUrl` string, nullable
  - `ctClamps` boolean, nullable
  - `solarCharge` boolean, nullable
  - `isSubscribed` boolean, required
  - `status` 'UNKNOWN' | 'OPEN' | 'BETA' | 'OPEN_BETA' | 'OPEN_FOR_REGISTER' | 'REGISTER_ONLY' | 'SUBSCRIBED' | 'SUBSCRIBED_BETA' | 'SUBSCRIBED_REGISTER' | 'CLOSED' | 'CLOSED_BETA' | 'MISSING_METER_ID', required
  - `statusLabel` string, nullable

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