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

# Retrieve a Collection Subscription

`GET /collection_subscriptions/{subscription_id}/`

Retrieve the details of a specific notification subscription associated with a collection provider.
## Permissions
 - The authenticated user **must** be the owner of the subscription.
 - Access is restricted to subscriptions owned by the requesting user.

## Returns
 - A JSON:API compliant representation of the subscription resource.
 - Includes event name, frequency, user, provider, and related links.

## Path parameters

- `subscription_id` string, required

## Response `200`

Subscription successfully retrieved.

## Other responses

- `401` — Unauthorized. Authentication is required.
- `403` — Forbidden. You do not have permission to view this subscription.
- `404` — Not Found. No subscription found matching 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)
