v1
latestOpenAPI 3.0.02026-07-241010520.6 KBOrders
List Orders
Retrieve a list of orders for a tenant.
Orders are returned sorted by time, with the newest orders first. Without the page and per_page parameters, the first 100 orders will be returned. If per_page is specified, a maximum of 250 orders will be returned.
get/tenants/{tenant_id}/orders
Path parameters
tenant_idstring uuid required
The ID of the tenant to get orders for.
Query parameters
pageinteger
Page to return, 1-indexed (default 1)
per_pageinteger
Number of items to return per page (default 100, max 250)
Response
Orders successfully retrieved.