---
title: "GET /api/v1/config/services/{service_slug}/attributes"
method: GET
path: "/api/v1/config/services/{service_slug}/attributes"
tags: ["ConfigV1"]
---

# GET /api/v1/config/services/{service_slug}/attributes

`GET /api/v1/config/services/{service_slug}/attributes`

## Path parameters

- `service_slug` string, required

## Response `200`

A successful response.

- Configv1ReadServiceAttributeResponse
  - `service_attribute` Configv1ServiceAttribute
    - `created_at` string, date-time — Timestamp of when the service attributes were created. Cannot be set by clients.
    - `description` string — A description of the service.
    - `name` string — The name of the service. You can modify this value after the service attributes are created.
    - `notification_policy_slug` string — The slug of the notification policy for the associated service.
    - `service_slug` string — The slug of the service.
    - `team_slug` string — The slug of the team that the associated service belongs to.
    - `updated_at` string, date-time — Timestamp of when the service attributes were updated. Cannot be set by clients.
  - `service_slug` string

## Other responses

- `default` — An unexpected 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)
