List all orders
Orders
List all orders
Requires orders:view permission. Users without orders:manage permission see only orders assigned to them.
GET
List all orders
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter orders that include this station in their route
Page number (1-indexed)
Required range:
x >= 1Items per page (clamped to 1–100)
Required range:
1 <= x <= 100Sort field. Prefix with - for descending (e.g. -createdAt, name)