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

# GET /api/v1/config/services/{slug}

`GET /api/v1/config/services/{slug}`

## Path parameters

- `slug` string, required

## Response `200`

A successful response.

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

- `404` — Cannot read the Service because the slug does not exist.
- `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)
