---
title: "Get a thread subscription for the authenticated user"
method: GET
path: "/notifications/threads/{thread_id}/subscription"
tags: ["activity"]
---

# Get a thread subscription for the authenticated user

`GET /notifications/threads/{thread_id}/subscription`

This checks to see if the current user is subscribed to a thread. You can also [get a repository subscription](https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#get-a-repository-subscription).

Note that subscriptions are only generated if a user is participating in a conversation--for example, they've replied to the thread, were **@mentioned**, or manually subscribe to a thread.

## Path parameters

- `thread_id` integer, required

## Response `200`

Response

- ThreadSubscription — Thread Subscription
  - `subscribed` boolean, required
  - `ignored` boolean, required
  - `reason` string, nullable, required
  - `created_at` string, date-time, nullable, required
  - `url` string, uri, required
  - `thread_url` string, uri
  - `repository_url` string, uri

## Other responses

- `304` — Not modified
- `401` — Requires authentication
- `403` — Forbidden

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-2.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-2/versions/8ae6d0c8716e/schema)
