---
title: "Retrieve the GeoJSON network map for a facility"
method: GET
path: "/facility/{facility_id}/network-map"
tags: ["Facilities"]
---

# Retrieve the GeoJSON network map for a facility

`GET /facility/{facility_id}/network-map`

Returns the GeoJSON network map associated with the specified facility.

## Path parameters

- `facility_id` string, required

## Response `200`

Facility GeoJSON network map (FeatureCollection)

- FacilityNetworkMap
  - `type` string, required
  - `features` FacilityNetworkFeature[], required
    - `type` string, required
    - `geometry` GeoJSONGeometry, required
      - `type` 'Point' | 'LineString' | 'Polygon' | 'MultiPoint' | 'MultiLineString' | 'MultiPolygon', required
      - `coordinates` unknown[], required — GeoJSON coordinate array whose structure depends on geometry type.
        - unknown
    - `properties` object, required — Arbitrary metadata associated with the feature.

## Other responses

- `401` — Missing or invalid token.
- `403` — Token expired or user lacks the required role.
- `500` — Unexpected error while fetching or parsing GeoJSON.

---

[API](https://skmtc.dev/genlogs/apis/auth-api-create-token.md) · [All operations](https://skmtc.dev/genlogs/apis/auth-api-create-token/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/genlogs/auth-api-create-token/revisions/bf34c2431a21/schema)
