get_orders
Retrieve a list of FBS orders using filters like date range and pagination cursor.
Instructions
Get FBS orders list with filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| next | No | Pagination cursor | |
| limit | No | Number of orders (max 1000) | |
| dateTo | No | Date to (RFC3339) | |
| dateFrom | No | Date from (RFC3339, e.g. 2024-01-01T00:00:00Z) |