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

# List services

`GET /services`

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

## Query parameters

- `limit` integer
- `offset` integer
- `filter` string
- `configTypes` string[]
- `roleFilter` string[]
- `roleSemantic` string

## Response `200`

A list of services

- ListServicesEnvelope
  - `data` ServiceDetail[], required
    - `_links` object, required — A map of named links
    - `createdAt` string, date-time, required
    - `id` string, required
    - `tags` Tags
    - `updatedAt` string, date-time, required
    - `config` object, required — map of config data for this service keyed by the config type name. Only configs of the types requested will be returned.
    - `configs` string[], required
    - `encryptionRequired` boolean, required — Describes whether connections must support end-to-end encryption on both sides of the connection. Read-only property, set at create.
    - `maxIdleTimeMillis` integer, required
    - `name` string, required
    - `permissions` DialBind[], required
    - `postureQueries` PostureQueries[], required
      - `isPassing` boolean, required
      - `policyId` string, required
      - `policyType` 'Dial' | 'Bind' | 'Invalid'
      - `postureQueries` PostureQuery[], required
        - `_links` object, required — A map of named links
        - `createdAt` string, date-time, required
        - `id` string, required
        - `tags` Tags
        - `updatedAt` string, date-time, required
        - `isPassing` boolean, required
        - `process` PostureQueryProcess
          - `osType` 'Windows' | 'WindowsServer' | 'Android' | 'iOS' | 'Linux' | 'macOS'
          - `path` string
        - `processes` PostureQueryProcess[]
          - `osType` 'Windows' | 'WindowsServer' | 'Android' | 'iOS' | 'Linux' | 'macOS'
          - `path` string
        - `promptGracePeriodSeconds` integer
        - `promptOnUnlock` boolean
        - `promptOnWake` boolean
        - `queryType` 'OS' | 'PROCESS' | 'DOMAIN' | 'MAC' | 'MFA' | 'PROCESS_MULTI', required
        - `timeout` integer, required
        - `timeoutAt` string, date-time, nullable
        - `timeoutRemaining` integer, required
    - `roleAttributes` string[], nullable, required — A set of strings used to loosely couple this resource to policies
    - `terminatorStrategy` 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)
