---
title: "Paginate services"
method: GET
path: "/paginate-services"
tags: ["services"]
---

# Paginate services

`GET /paginate-services`

Paginate services

## Query parameters

- `filter` InputServiceFilter — Service filter
  - `clusterIds` string[]
  - `environmentIds` string[]
  - `integrationIds` string[]
  - `namespaceIds` string[]
  - `search` string
  - `serviceIds` string[]
  - `serviceType` object
- `pagination` PaginationInput
  - `limit` integer
  - `offset` integer
- `featureFlags` InputFeatureFlags
  - `enableFindingsV2` boolean
  - `enableIAMIntentsSuggestions` boolean
  - `enableInternetIntentsSuggestions` boolean
  - `enableNetworkPoliciesInAccessGraph` boolean
  - `isCloudSecurityEnabled` boolean
  - `isCloudServicesDetectionEnabled` boolean
  - `useClientIntentsV2` boolean
  - `useTypedIntentsCTE` boolean

## Response `200`

Paginate services

- ServicesResponse
  - `data` object[], required
    - `id` string, required
  - `meta` PaginationMeta — Pagination types
    - `total` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `408` — Request Timeout
- `409` — Conflict
- `422` — Unprocessable Entity
- `500` — Internal Server Error
- `default`

## Changes

> 33 revisions in range; 1 could not be searched.

- **2025-04-16** `6b4369907cb8` — 1 info
  - added the non-success response with the status `408`
- **2024-12-02** `aabf75d38bc6` — 1 info
  - endpoint added
- **2023-01-25** `059555a56f3f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/otterize/apis/otterize-api-server/changes/paginate-services/get.md)

---

[API](https://skmtc.dev/otterize/apis/otterize-api-server.md) · [All operations](https://skmtc.dev/otterize/apis/otterize-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/otterize/otterize-api-server/revisions/ec9167824493/schema)
