For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer
Developer
Search docs
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
GraphQL
Account
Types
Inputs
SubscriptionFiltersInput
INPUT
Copy page
Input fields
ids
list of Strings
Optional
A list of subscription IDs for filtering the query.
productId
String
Optional
A product ID for filtering the query.
productType
SubscriptionProductType
Optional
A product type for filtering the query.
Allowed values:
APPLICATION
NONE
scopeId
String
Optional
A scope ID for filtering the query.
scopeType
SubscriptionScopeType
Optional
A scope type for filtering the query.
Allowed values:
STORE
status
SubscriptionStatus
Optional
A status for filtering the query.
Allowed values:
ACTIVE
CANCELLED
SUSPENDED
updatedAfter
Datetime
Optional
A date for filtering the query.
Referenced by
Arguments
Account.subscriptions(filters)