---
title: "List dynamic prices for a DYNAMIC tariff."
method: GET
path: "/api/v1/tariffs/{tariffId}/dynamic-prices"
tags: ["Tariff"]
---

# List dynamic prices for a DYNAMIC tariff.

`GET /api/v1/tariffs/{tariffId}/dynamic-prices`

Returns the time-series price entries stored on a `DYNAMIC` tariff. Window the result with `timeStartFrom` / `timeStartTo`, and narrow further by `source` or `resolution`. The currency of each `price` is the parent tariff's currency.<br/><br/>Required scope: `tariffs:read`

## Path parameters

- `tariffId` integer, required

## Query parameters

- `perPage` union
  - integer
  - integer
- `page` integer

## Response `200`

Page of dynamic price entries

- OffsetBasedResponse28
  - `data` DynamicTariffPrice[], required
    - `id` integer — Id of the dynamic price entry
    - `tariffId` integer — Id of the parent tariff (always a `DYNAMIC` tariff)
    - `timeStart` string, date-time, required — Inclusive start of the price interval (UTC, RFC 3339)
    - `timeEnd` string, date-time, required — Exclusive end of the price interval (UTC, RFC 3339)
    - `price` number, required — Price per kWh in the parent tariff's currency, with up to 4 decimal precision
    - `resolution` 'quarter-hour' | 'half-hour' | 'hour', required — Time granularity of a dynamic price entry.
    - `source` 'dagster' | 'manual' | 'dso-import', required — Origin of a dynamic price entry.
  - `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` — Tariff not found or not visible to this consumer

---

[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/versions/517e18f11015/schema)
