Get Subscriptions
hyros_get_subscriptionsRetrieve subscription records to check MRR, find active subscribers, identify churned customers, and track subscription status changes.
Instructions
Retrieve subscription records. Use this to check MRR, see active subscribers, find churned customers, and track subscription status changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated subscription IDs (max 50) | |
| emails | No | Comma-separated emails (max 50) | |
| pageId | No | Pagination page ID | |
| states | No | Comma-separated states: ACTIVE, TRIALING, CANCELED, PAST_DUE, INCOMPLETE, INCOMPLETE_EXPIRED, UNPAID, COMPLETED, PAUSED | |
| toDate | No | End date in ISO 8601 format | |
| leadIds | No | Comma-separated lead IDs (max 50) | |
| fromDate | No | Start date in ISO 8601 format | |
| pageSize | No | Results per page (1-250) | |
| productTags | No | Comma-separated product tags (max 20) |