---
title: "Get all subscriptions for a specific status page"
method: GET
path: "/v1/status-pages/{statusPageId}/subscriptions"
tags: ["Status Pages", "Subscriptions"]
---

# Get all subscriptions for a specific status page

`GET /v1/status-pages/{statusPageId}/subscriptions`

Get all subscriptions for a specific status page

## Path parameters

- `statusPageId` string, required

## Headers

- `x-checkly-account` string — Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

## Response `200`

The list of subscriptions for the status page.

- Subscription[] — The list of subscriptions for the status page.
  - `id` string, required — The ID of the subscription.
  - `type` 'EMAIL', required — The type of subscription.
  - `address` string, required — The email address to subscribe to the status page.
  - `status` 'PENDING' | 'VERIFIED', required — The status of the subscription.
  - `created_at` string, date, required — The date the subscription was created.
  - `updated_at` string, date, required — The date the subscription was last updated.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/checklyhq/apis/checkly-public-api.md) · [All operations](https://skmtc.net/checklyhq/apis/checkly-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/checklyhq/checkly-public-api/revisions/87d29dc7b4fe/schema)
