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

# Retrieve a Collection Provider Notification Subscription

`GET /providers/collections/{provider_id}/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.

## 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

- `provider_id` string, required
- `subscription_id` string, required

## Response `200`

Successful retrieval of the subscription.

## Other responses

- `401` — Unauthorized. Authentication credentials are missing or invalid.
- `403` — Forbidden. You do not have permission to access this subscription.
- `404` — Not Found. No subscription matches the given ID or the collection provider does not exist.

---

[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/3c5164c707eb/schema)
