list_orders
Retrieve order records from the billing panel, filtering by status (pending, active, fraud, cancelled) or client ID, with pagination support.
Instructions
List orders. Filter by status (pending, active, fraud, cancelled) or client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Order status | |
| userid | No | Only this client | |
| limitnum | No | Page size, default 25 | |
| limitstart | No | Offset to start from |