List subscriptions
recurly_list_subscriptionsList subscriptions across the site, optionally scoped to one account and/or filtered by state. Provide account_id to use GET /accounts/{account_id}/subscriptions; otherwise GET /subscriptions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Field to order by. Default created_at. | |
| limit | No | Page size, 1–200. Default 20 (Recurly default). | |
| order | No | Sort direction. Default desc. | |
| state | No | Filter by subscription state. | |
| end_time | No | ISO 8601 upper bound (exclusive) for the `sort` field. | |
| account_id | No | Optional: scope to one account. Id (no prefix) or "code-<code>". | |
| begin_time | No | ISO 8601 lower bound (inclusive) for the `sort` field, e.g. 2026-01-01T00:00:00Z. |