---
title: "getNavigation"
method: GET
path: "/v2/user/navigations/{id}"
tags: ["Navigation"]
---

# getNavigation

`GET /v2/user/navigations/{id}`

Get a navigation configuration by ID

## Path parameters

- `id` string, nullable, required — Navigation unique identifier - a hash of the normalized navigation payload (name + configuration). Identical navigations across orgs will have the same ID.

## Response `200`

The navigation configuration

- Navigation — A customized workplace navigation configuration. The ID is a content-hash, so identical configurations will have the same ID.
  - `id` string, nullable, required — Navigation unique identifier - a hash of the normalized navigation payload (name + configuration). Identical navigations across orgs will have the same ID.
  - `name` string, required — Human-readable name for the navigation configuration
  - `configuration` NavigationConfiguration, required — Navigation configuration organized by sections. Each section contains an array of navigation items.

## Other responses

- `404` — Navigation not found

---

[API](https://skmtc.net/epilot/apis/user-api.md) · [All operations](https://skmtc.net/epilot/apis/user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/user-api/revisions/7fae886a3c99/schema)
