Returns a paginated list of subscriptions. Supports filtering by status, customer ID, and tag IDs.
Documentation Index
Fetch the complete documentation index at: https://alguna.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication. Pass your API key as a Bearer token.
2026-04-01 Filter by customer ID
"cust_abc123"
Number of items per page
20
Number of items to skip
0
Sort field and direction in format field:order
"activated_at:desc"
Filter by subscription status. Pass a comma-separated list to match any.
draft, scheduled, active, paused, canceled, completed "active"
Filter by tag IDs (comma-separated to match any)
"tag_abc123"