---
title: "List of terminators assigned to a router"
method: GET
path: "/routers/{id}/terminators"
tags: ["Router"]
---

# List of terminators assigned to a router

`GET /routers/{id}/terminators`

Retrieves a list of terminator resources that are assigned specific router; supports filtering, sorting, and pagination.

## Query parameters

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

## Response `200`

A list of terminators

- ListTerminatorsEnvelope
  - `meta` Meta, required
    - `filterableFields` string[]
    - `pagination` Pagination
      - `limit` number, required
      - `offset` number, required
      - `totalCount` number, required
    - `apiEnrollmentVersion` string
    - `apiVersion` string
  - `data` TerminatorDetail[], required
    - `id` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `_links` Links, required — A map of named links
    - `tags` Tags, required
    - `serviceId` string, required
    - `service` EntityRef, required — A reference to another resource and links to interact with it
      - `entity` string
      - `id` string
      - `name` string
      - `_links` Links — A map of named links
    - `routerId` string, required
    - `router` EntityRef, required — A reference to another resource and links to interact with it
      - `entity` string
      - `id` string
      - `name` string
      - `_links` Links — A map of named links
    - `binding` string, required
    - `address` string, required
    - `instanceId` string, required
    - `cost` integer, required
    - `precedence` 'default' | 'required' | 'failed', required
    - `dynamicCost` integer, required
    - `hostId` string, 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 currently 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

---

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