get_media_subscriptions_by_subscription_id
Retrieve a single Plex media subscription by its unique ID, optionally including active grabs and storage to review its details.
Instructions
Get a single subscription.
GET /media/subscriptions/{subscriptionId}
Args: subscription_id: The unique identifier of the subscription include_grabs: Indicates whether the active grabs should be included as well include_storage: Compute the storage of recorded items desired by this subscription
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_grabs | No | ||
| include_storage | No | ||
| subscription_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |