---
title: "Get all geo areas"
method: GET
path: "/v1/geo-areas"
tags: ["Geo Areas"]
---

# Get all geo areas

`GET /v1/geo-areas`

Retrieve the list of all configured geographic areas.

## Response `200`

List of geo areas.

- GeoArea[]
  - `id` integer — Unique geo area identifier.
  - `name` string — Geo area name.
  - `comments` string — Optional comments.
  - `border` object[] — List of border coordinates defining the area polygon.
    - `latitude` number, double — Latitude in decimal degrees.
    - `longitude` number, double — Longitude in decimal degrees.

## Other responses

- `401` — Unauthorized.

---

[API](https://skmtc.net/netxms/apis/netxms-api.md) · [All operations](https://skmtc.net/netxms/apis/netxms-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netxms/netxms-api/versions/14d93e5115dd/schema)
