---
title: "List Custom Services"
method: GET
path: "/v2/custom-services"
tags: ["Custom Service API"]
---

# List Custom Services

`GET /v2/custom-services`

List all custom services for a team.

## Query parameters

- `teamId` string — The ID of the team.
- `pageSize` integer — Maximum number of results to return. Default is 10000, maximum is 10000.
- `pageToken` string — Token for pagination. Leave empty for the first request.

## Response `200`

Success

- SvflowPublicapiListCustomServicesResponse
  - `data` SvflowPubapimodelsCustomService[] — The list of custom services.
    - `id` string — The ID of the custom service.
    - `teamId` string — The ID of the team that the custom service belongs to.
    - `name` string — The name of the custom service (e.g., "Internal HR System").
    - `domain` string — The domain for branding/logo lookup (e.g., "hr.company.com").
  - `nextPageToken` string, nullable — Token for retrieving the next page of results. Empty if no more results.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/serval/apis/serval-public-api.md) · [All operations](https://skmtc.net/serval/apis/serval-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serval/serval-public-api/versions/0549515e9384/schema)
