---
title: "GET /api/v1/organizations/{OrganizationId}/subscriptions"
method: GET
path: "/api/v1/organizations/{OrganizationId}/subscriptions"
---

# GET /api/v1/organizations/{OrganizationId}/subscriptions

`GET /api/v1/organizations/{OrganizationId}/subscriptions`

Lists the specified notification subscriptions.

## Path parameters

- `OrganizationId` string, required

## Query parameters

- `marker` string
- `limit` integer
- `Limit` string
- `Marker` string

## Response `200`

Success

- DescribeNotificationSubscriptionsResponse
  - `Subscriptions` Subscription[] — The subscriptions.
    - `SubscriptionId` string — The ID of the subscription.
    - `EndPoint` string — The endpoint of the subscription.
    - `Protocol` 'HTTPS' | 'SQS' — The protocol of the subscription.
  - `Marker` string — The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

## Other responses

- `480` — UnauthorizedResourceAccessException
- `481` — EntityNotExistsException
- `482` — ServiceUnavailableException

---

[API](https://skmtc.net/aws/apis/workdocs.md) · [All operations](https://skmtc.net/aws/apis/workdocs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/workdocs/versions/8a533af4e1ef/schema)
