acedatacloud_list_orders
List your recharge orders by filtering on state, payment method, and creation time. Paginate and sort results for efficient order management.
Instructions
List caller-owned recharge orders with multi-value and time filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max orders to return. | |
| state | No | Filter by one or more states. | |
| offset | No | Pagination offset. | |
| pay_way | No | Filter by one or more payment methods. | |
| ordering | No | Order by creation time. | |
| created_at_to | No | ISO-8601 upper creation bound. | |
| created_at_from | No | ISO-8601 lower creation bound. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |