---
title: "Retrieve a Notification Subscription"
method: GET
path: "/subscriptions/{subscription_id}/"
tags: ["Notification Subscriptions"]
---

# Retrieve a Notification Subscription

`GET /subscriptions/{subscription_id}/`

Retrieve the details of a specific notification subscription, including its event name and notification frequency.
#### Permissions - The authenticated user must be the owner of the subscription.
#### Returns - A JSON object with a `data` key containing the subscription details. - Each subscription describes the event being subscribed to and the frequency at which notifications are sent.

## Path parameters

- `subscription_id` string, required

## Response `200`

Successful retrieval of the subscription.

## Other responses

- `401` — Unauthorized. Authentication is required.
- `403` — Forbidden. You do not have permission to access this subscription.
- `404` — Not Found. No subscription matches the given ID.

---

[API](https://skmtc.net/osf/apis/osf-apiv2-documentation.md) · [All operations](https://skmtc.net/osf/apis/osf-apiv2-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/osf/osf-apiv2-documentation/revisions/ca701048eb0d/schema)
