---
title: "Get geo area details"
method: GET
path: "/v1/geo-areas/{area-id}"
tags: ["Geo Areas"]
---

# Get geo area details

`GET /v1/geo-areas/{area-id}`

Retrieve details of a specific geographic area.

## Path parameters

- `area-id` integer, required — Geo area ID.

## Response `200`

Geo area details.

- 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

- `400` — Invalid area ID.
- `401` — Unauthorized.
- `404` — Geo area not found.

---

[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/revisions/ee1f54ee3abd/schema)
