List subscriptions
orb_list_subscriptionsList subscriptions, optionally filtered by customer or status. Orb API: GET /subscriptions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (1–100, default 20). | |
| cursor | No | Opaque pagination cursor (from pagination_metadata.next_cursor). | |
| status | No | Filter by subscription status. | |
| customer_id | No | Filter to an Orb customer id. | |
| external_customer_id | No | Filter to your external customer id. |