agenta subscriptions is a read-and-cancel view onto everyone paying you on a recurring plan (created from a subscription payment link). It’s the fast path for support work: look up a subscriber, check their status, cancel on request.
List subscriptions
number
default:"10"
Results per page, 1 to 100.
boolean
Output a single JSON object instead of a table.
Output
--json
The human table formats the amount for you (
€19.99/month). In JSON, unitAmountMinor is an integer of the smallest currency unit (1999 = €19.99), the one exception to plain decimal amounts elsewhere in the API. Every other money field you’ll see (checkouts, invoices, payment links) is a plain decimal number.Status values
Cancel a subscription
string
required
Subscription ID, e.g.
253dbe6a-6b4d-4c40-a16f-aae31cfea271.boolean
default:"false"
Cancel immediately instead of at the end of the current billing period. Without this flag, the subscriber keeps access until their paid period ends and nothing is refunded.
boolean
Output a single JSON object instead of the human-readable summary.
--json
--json
Next steps
Customers
Look up who’s behind a subscription.
Invoices
Pull receipts for a paid billing cycle.
Subscriptions (SDK)
Manage subscriptions from your own backend.
Subscriptions (concept)
How subscription payment links and billing cycles work.