Read all subscriptionsAsk AIget https://api.loopsubscriptions.com/admin/2023-10/subscriptionThis endpoint allows you to retrieves a list of all subscriptions.Query ParamspageNoint32The page number to fetch in a paginated response.pageSizestringDefaults to 50The number of records to return per page. Maximum - 100updatedAtStartEpochint32Start of the time range (in epoch) for filtering customers based on their last update time.updatedAtEndEpochint32End of the time range (in epoch) for filtering customers based on their last update time.statusstringenumFilters subscriptions by status (e.g., Active, cancelled, paused, expired)ACTIVECANCELLEDPAUSEDEXPIREDAllowed:ACTIVECANCELLEDPAUSEDEXPIREDnextBillingStartEpochint32Start of the time range (in epoch) for filtering subscriptions based on their next billing date.nextBillingEndEpochint32End of the time range (in epoch) for filtering subscriptions based on their next billing date.lastInventoryActionstringenumFilters subscriptions by their last order status (e.g., Skipped, delayed or partially billed)SKIPPEDDELAYEDPARTIAL_BILLEDAllowed:SKIPPEDDELAYEDPARTIAL_BILLEDcreatedAtStartEpochint32Start of the time range (in epoch) for filtering subscriptions based on their createdAt date.createdAtEndEpochint32End of the time range (in epoch) for filtering subscriptions based on their createdAt date.lastPaymentStatusstringenumFilter subscriptions by their last order payment status. This filter is used to filter subscriptions that are in dunning.SUCCESSFAILEDAllowed:SUCCESSFAILEDResponse 200200Updated 5 months ago