Recerc

Query orders

Returns the internal order listing using filters, pagination, and sorting options.

POST/api/unstable/orders/query

Returns the internal order listing using filters, pagination, and sorting options.

Request Body

application/json

limit?number

Maximum number of orders to return.

Example25
offset?number

Number of matching orders to skip.

Example0
filters?array<>

Structured order filters.

Example[ { "id": "filter_1", "columnKey": "status", "operator": "is", "value": "draft" } ]
orderBy?array<>

Explicit order-by clauses applied in sequence.

Example[ { "field": "createdAt", "direction": "desc" } ]
[key: string]?never

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json