---
title: "GET /skus/{sku_id}/subscriptions"
method: GET
path: "/skus/{sku_id}/subscriptions"
---

# GET /skus/{sku_id}/subscriptions

`GET /skus/{sku_id}/subscriptions`

Returns all subscriptions containing the SKU, filtered by user.

## Query parameters

- `before` string, snowflake
- `after` string, snowflake
- `limit` integer
- `user_id` string, snowflake

## Response `200`

200 response for get_sku_subscriptions

- SubscriptionResponse[]
  - `id` string, snowflake, required
  - `user_id` string, snowflake, required
  - `sku_ids` SnowflakeType[], required — List of SKUs subscribed to
  - `renewal_sku_ids` SnowflakeType[], nullable, required — List of SKUs that this user will be subscribed to at renewal
  - `entitlement_ids` SnowflakeType[], required — List of entitlements granted for this subscription
  - `current_period_start` string, date-time, required — Start of the current subscription period
  - `current_period_end` string, date-time, required — End of the current subscription period
  - `status` union, required
    - 0 — Subscription is active and scheduled to renew
    - 1 — Subscription is inactive and not being charged
    - 2 — Subscription is active but will not renew
  - `canceled_at` string, date-time, nullable, required — When the subscription was canceled
  - `country` string, nullable — ISO3166-1 alpha-2 country code of the payment source used to purchase the subscription

## Other responses

- `429` — Client ratelimited response
- `4XX` — Client error response

## Changes

- **2026-06-05** `693bf1f99bba` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/discord/apis/discord-http-api-preview/changes/skus/:sku_id/subscriptions/get.md)

---

[API](https://skmtc.dev/discord/apis/discord-http-api-preview.md) · [All operations](https://skmtc.dev/discord/apis/discord-http-api-preview/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/discord/discord-http-api-preview/revisions/49efa428e0dd/schema)
