subscriptions_get
subscriptions_get
Section titled “subscriptions_get”Category: monetization
Fetch a single subscription on a SKU.
When to use
Section titled “When to use”When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
sku_id | string | yes | Parent SKU |
subscription_id | string | yes | Subscription to fetch |
Returns
Section titled “Returns”subscription shape.
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
id | string | yes | Discord subscription ID |
user_id | string | yes | Discord user ID |
sku_ids | array | yes | |
entitlement_ids | array | yes | |
current_period_start | string | yes | |
current_period_end | string | yes | |
status | integer | yes |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | yes |
| Destructive | no |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | no |
Source
Section titled “Source”packages/mcp-core/src/tools/monetization/subscriptions_get.ts