---
title: "GET /api/v1/config/service-attributes"
method: GET
path: "/api/v1/config/service-attributes"
tags: ["ServiceAttribute"]
---

# GET /api/v1/config/service-attributes

`GET /api/v1/config/service-attributes`

## Query parameters

- `page.max_size` integer
- `page.token` string
- `slugs` string[]

## Response `200`

A successful response.

- Configv1ListServiceAttributesResponse
  - `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.
  - `service_attributes` 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.

## 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)
