---
title: "List of terminators assigned to a service"
method: GET
path: "/services/{id}/terminators"
tags: ["Service"]
---

# List of terminators assigned to a service

`GET /services/{id}/terminators`

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

## Path parameters

- `id` string, required

## Query parameters

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

## Response `200`

A list of terminators

- ListClientTerminatorsEnvelope
  - `data` TerminatorClientDetail[], required
    - `_links` object, required — A map of named links
    - `createdAt` string, date-time, required
    - `id` string, required
    - `tags` Tags
    - `updatedAt` string, date-time, required
    - `identity` string, required
    - `routerId` string, required
    - `service` EntityRef, required — A reference to another resource and links to interact with it
      - `_links` object — A map of named links
      - `entity` string
      - `id` string
      - `name` string
    - `serviceId` 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
- `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)
