---
title: "Return this list of Edge Routers the identity has access to"
method: GET
path: "/current-identity/edge-routers"
tags: ["Current Identity", "Edge Router"]
---

# Return this list of Edge Routers the identity has access to

`GET /current-identity/edge-routers`

Lists the Edge Routers that the current identity has access to via policies. The data returned
includes their address and online status

## Response `200`

A list of edge routers

- ListCurrentIdentityEdgeRoutersEnvelope
  - `data` CurrentIdentityEdgeRouterDetail[], required — A list of edge router resources
    - `_links` object, required — A map of named links
    - `createdAt` string, date-time, required
    - `id` string, required
    - `tags` Tags
    - `updatedAt` string, date-time, required
    - `appData` Tags
    - `cost` integer, nullable, required
    - `disabled` boolean, required
    - `hostname` string, required
    - `isOnline` boolean, required
    - `name` string, required
    - `noTraversal` boolean, nullable, required
    - `supportedProtocols` object, required
    - `syncStatus` string, required
  - `meta` Meta, required
    - `apiEnrollmentVersion` string
    - `apiVersion` string
    - `filterableFields` string[]
    - `pagination` Pagination
      - `limit` number, required
      - `offset` number, required
      - `totalCount` number, required

## Other responses

- `401` — The supplied session does not have the correct access rights to request this resource
- `429` — The resource requested is rate limited and the rate limit has been exceeded
- `503` — The request could not be completed due to the server being busy or in a temporarily bad state

---

[API](https://skmtc.net/openziti/apis/ziti-edge-client.md) · [All operations](https://skmtc.net/openziti/apis/ziti-edge-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openziti/ziti-edge-client/versions/25da9a73a095/schema)
