get_subscription_contracts
Fetch subscription contracts from the store, with filtering, sorting, and pagination options for managing subscriptions.
Instructions
Fetch subscription contracts from the store
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Cursor for pagination | |
| first | No | Number of contracts to fetch (1-250, default: 50) | |
| query | No | Filter query for subscription contracts | |
| reverse | No | Reverse the sort order | |
| sortKey | No | Field to sort by |