---
title: "Snooze Focus Item"
method: POST
path: "/api/focus/items/{item_id}/snooze"
tags: ["focus"]
---

# Snooze Focus Item

`POST /api/focus/items/{item_id}/snooze`

## Path parameters

- `item_id` string, required

## Query parameters

- `user_id` string, nullable
- `org_id` string, nullable

## Request body

- FocusSnoozeRequest
  - `until` string, date-time, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-03** `cd6453ae5786` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/every/apis/every-api/changes/api/focus/items/:item_id/snooze/post.md)

---

[API](https://skmtc.dev/every/apis/every-api.md) · [All operations](https://skmtc.dev/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/every/every-api/revisions/cd6453ae5786/schema)
