---
title: "Retrieve the list of charging rules for a charge point"
method: GET
path: "/api/v1/charge-points/{chargePointId}/charging-rules"
tags: ["Charge Points Charging Rules"]
---

# Retrieve the list of charging rules for a charge point

`GET /api/v1/charge-points/{chargePointId}/charging-rules`

Required scope: `charge-points:read` </br>Organization authorization: `supported`

## Path parameters

- `chargePointId` integer, required

## Query parameters

- `page` integer
- `perPage` integer

## Response `200`

List of charging rules for the charge point

- OffsetBasedResponse31
  - `data` ChargingRuleDto[], required
    - `id` integer — Id of this charging rule
    - `name` string, required — Name of the charging rule
    - `type` 'smart_charge' | 'scheduled' | 'instant', required — Types of Charge Point Charging Rules
    - `isActive` boolean, required — Indicates if this rule is active
    - `isSponsored` boolean, required — Indicates if the charge is sponsored
    - `creatorUserId` integer, required — User that created this rule
    - `vehicleId` integer, nullable — Vehicle id of the vehicle this rule applies to
    - `supportedChargingRuleTypes` ChargingRuleType[], required — The type of charging rules supported by this charge point
    - `settings` union, required
      - object
        - `start` string, required — The time when the charging should start
        - `beReadyAt` string, required — The time when the charging should stop
        - `delayedStart` boolean — Indicates if the charging should start immediately
        - `defaultMaxBatteryPercentage` integer — The maximum battery percentage to charge to
      - object
        - `start` string, required — The time when the charging should start
        - `stop` string, required — The time when the charging should stop
  - `meta` MontaPageMeta, required
    - `itemCount` integer, required
    - `currentPage` integer, required
    - `perPage` integer, required
    - `totalPageCount` integer, required
    - `totalItemCount` integer, required

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