---
title: "GET /api/v1/config/services"
method: GET
path: "/api/v1/config/services"
tags: ["Service"]
---

# GET /api/v1/config/services

`GET /api/v1/config/services`

## Query parameters

- `page.max_size` integer
- `page.token` string
- `slugs` string[]
- `team_slugs` string[]
- `names` string[]
- `notification_policy_slugs` string[]

## Response `200`

A successful response.

- Configv1ListServicesResponse
  - `page` Configv1PageResult
    - `next_token` string — An opaque page token that identifies the next page of items that the client should request. An empty value indicates that there are no more items to return.
  - `services` Configv1Service[]
    - `created_at` string, date-time — Timestamp of when the Service was created. Cannot be set by clients.
    - `description` string — Optional. Description of the service collection.
    - `name` string, required — The name of the Service. You can modify this value after the Service is created.
    - `notification_policy_slug` string — Slug of the notification policy used by default for monitors in this service collection. This parameter is optional if the collection doesn't contain monitors, or if all of its monitors explicitly reference a policy. This parameter doesn't override the policy used if a monitor explicitly references a policy.
    - `slug` string — The unique identifier of the Service. If a `slug` isn't provided, one is generated based on the `name` field. You can't modify this field after the Service is created.
    - `team_slug` string, required — Slug of the team the service collection belongs to.
    - `updated_at` string, date-time — Timestamp of when the Service was last updated. Cannot be set by clients.

## Other responses

- `500` — An unexpected error response.
- `default` — An undefined error response.

---

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