---
title: "GET /api/v1/config/collections"
method: GET
path: "/api/v1/config/collections"
tags: ["Collection"]
---

# GET /api/v1/config/collections

`GET /api/v1/config/collections`

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

- Configv1ListCollectionsResponse
  - `collections` Configv1Collection[]
    - `created_at` string, date-time — Timestamp of when the Collection was created. Cannot be set by clients.
    - `description` string — A description of the collection.
    - `name` string, required — The name of the Collection. You can modify this value after the Collection is created.
    - `notification_policy_slug` string — The slug of the default notification policy for monitors in this collection. This value is only required when the collection contains monitors and one or more of those monitors don't explicitly reference a policy. This value does not override the policy used when a monitor explicitly references a different policy.
    - `slug` string — The unique identifier of the Collection. If a `slug` isn't provided, one is generated based on the `name` field. You can't modify this field after the Collection is created.
    - `team_slug` string, required — The slug of the team that the collection belongs to.
    - `updated_at` string, date-time — Timestamp of when the Collection was last updated. Cannot be set by clients.
  - `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.

## Other responses

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

---

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