The database connection to use for the query.
Optional
subscriptionFilter: SubscriptionFilter = nullThe filter criteria to apply to the subscriptions.
Optional
limit: OptionalLimit = nullThe maximum number of subscriptions to retrieve.
Optional
cursor: OptionalPageCursor = nullThe cursor for pagination.
A promise that resolves to a paginated list of subscriptions.
Available since ApiVersion 1
Retrieves a paginated list of subscriptions based on the provided filter, limit, and cursor.