---
title: "Check if the current user is watching a snippet"
method: GET
path: "/snippets/{workspace}/{encoded_id}/watch"
tags: ["Snippets"]
---

# Check if the current user is watching a snippet

`GET /snippets/{workspace}/{encoded_id}/watch`

Used to check if the current user is watching a specific snippet.

Returns 204 (No Content) if the user is watching the snippet and 404 if
not.

Hitting this endpoint anonymously always returns a 404.

## Response `204`

If the authenticated user is watching the snippet.

## Other responses

- `404` — If the snippet does not exist, or if the authenticated user is not watching the snippet.

---

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