---
title: "Retrieve a country areas."
method: GET
path: "/api/v1/country-areas"
tags: ["Country Areas"]
---

# Retrieve a country areas.

`GET /api/v1/country-areas`

Note: no pagination support

## Query parameters

- `countryId` integer, required — Allows to filter country areas by country Id

## Response `200`

List of country areas

- OffsetBasedResponse51
  - `data` CountryArea[], required
    - `id` integer, required — Id of the country area
    - `countryId` integer, required — Id of the country for the country area
    - `name` string, required — Name of the country area
    - `externalId` string, nullable — The external id of the country area
    - `level` 'bidding-area' | 'dso' | 'tso' | 'other', required
  - `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/versions/517e18f11015/schema)
