List subscriptions
list_subscriptionsList subscriptions (Relay connection): each edge has a cursor + node (status, expires/created timestamps, plan, member). Paginate with first + after (pass the last edge's cursor); first defaults to 50. NOTE: this uses the top-level subscriptions connection, which is sourced from the community SDK — validate against a live account. Memberful GraphQL: subscriptions connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| last | No | Max subscriptions to return, from the end. | |
| after | No | Cursor for the next page (the `cursor` of the last edge from a prior call). | |
| first | No | Max subscriptions to return, from the start (page size). | |
| before | No | Cursor for the previous page. |