---
title: "List of edge routers permitted to handle traffic for the specified service"
method: GET
path: "/services/{id}/edge-routers"
tags: ["Service"]
---

# List of edge routers permitted to handle traffic for the specified service

`GET /services/{id}/edge-routers`

Retrieves the list of edge routers permitted to handle traffic for the specified service

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `filter` string

## Headers

- `session-token` string

## Response `200`

A list of edge routers suitable for dialing or binding the specified service by the authenticated identity

- ListServiceEdgeRoutersEnvelope
  - `data` ServiceEdgeRouters, required
    - `edgeRouters` CommonEdgeRouterProperties[]
      - `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

- `400` — The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information
- `401` — The supplied session does not have the correct access rights to request this resource
- `404` — The requested resource does not exist
- `429` — The resource requested is rate limited and the rate limit has been exceeded

---

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