list_subscriptions
Retrieve and filter subscription data from Rebillia MCP Server by status, customer, date range, or other parameters to manage billing operations.
Instructions
List subscriptions. GET /subscriptions. Optional: include, query, orderBy, sortBy, filterId, status (exact status), customerId (customer id), companyGatewayId (subscription company gateway id), dateFrom/dateTo (createdAt range; dateFrom from 00:00:00, dateTo through 23:59:59; invalid dates are ignored), itemPerPage, pageNo. Examples: /v1/subscriptions?status=active ; /v1/subscriptions?customerId=123&companyGatewayId=8 ; /v1/subscriptions?dateFrom=2026-01-01&dateTo=2026-01-31 ; /v1/subscriptions?status=paused&customerId=123&dateFrom=2026-01-01&dateTo=2026-01-31.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Attributes to include | |
| query | No | Search query | |
| orderBy | No | Sort column | |
| sortBy | No | Sort direction | |
| filterId | No | Filter ID | |
| status | No | Filter by exact subscription status | |
| customerId | No | Filter by customer id | |
| companyGatewayId | No | Filter by subscription company gateway id | |
| dateFrom | No | Filter createdAt from this date (applies from 00:00:00); invalid dates are ignored | |
| dateTo | No | Filter createdAt to this date (applies through 23:59:59); invalid dates are ignored | |
| itemPerPage | No | Items per page | |
| pageNo | No | Page number |