---
title: "List available snooze labels"
method: GET
path: "/snoozes"
tags: ["snoozes"]
---

# List available snooze labels

`GET /snoozes`

Retrieves the list of predefined snooze labels available for your team (e.g., "meeting", "lunch", "break", "training"). Each label includes translations in multiple languages when configured. Use this endpoint to discover valid snooze names before calling `PUT /users/{userId}/snooze`.

**Permission:** No specific permission required. A valid API key is sufficient.

**Monitoring:** Not needed. This route works regardless of the Monitoring flag.

## Response `200`

Successful operation

- SnoozeLabel
  - `name` string
  - `label` string
  - `label_fr` string
  - `label_en` string
  - `label_es` string
  - `color` string

## Other responses

- `401` — Authentication token is missing, invalid, or expired
- `500` — Internal server error

---

[API](https://skmtc.net/ringover/apis/ringover-public-api.md) · [All operations](https://skmtc.net/ringover/apis/ringover-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringover/ringover-public-api/revisions/9da73dd2f99e/schema)
