---
title: "List services"
method: GET
path: "/services"
tags: ["Service"]
---

# List services

`GET /services`

Retrieves a list of service resources; supports filtering, sorting, and pagination. Requires admin access.

## Query parameters

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

## Response `200`

A list of services

- ListServicesEnvelope
  - `meta` Meta, required
    - `filterableFields` string[]
    - `pagination` Pagination
      - `limit` number, required
      - `offset` number, required
      - `totalCount` number, required
    - `apiEnrollmentVersion` string
    - `apiVersion` string
  - `data` ServiceDetail[], 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
    - `name` string, required
    - `terminatorStrategy` string, required
    - `maxIdleTimeMillis` integer, required

## Other responses

- `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

## Changes

- **2023-10-19** `61384eb76c21` — 1 info
  - added the non-success response with the status `429`
- **2023-08-16** `94130b45fa7e` — 1 info
  - removed the non-success response with the status `429`

[Change history](https://skmtc.dev/openziti/apis/ziti-fabric/changes/services/get.md)

---

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