latestOpenAPI 3.0.3MIT2026-08-10471155.4 KB
3b3179c504b0
Orders
List orders
Returns a paginated list. Supports ?page, ?limit, ?sort, ?order, and any field as a filter (e.g. ?status=pending). Also supports ?delay, ?error, ?random_fail for simulation. Need richer filters (ranges, contains, in-lists)? Send the same request as QUERY /api/v1/orders with a JSON body instead — see the API description above.
get/api/v1/orders
Query parameters
pageinteger
Page number (1-based)
limitinteger
Results per page (max 100)
sortstring
Field to sort by (e.g. name, created_at)
order'asc' | 'desc' | 'ASC' | 'DESC'
Sort direction
delayinteger
Simulation: artificial delay in ms
errorinteger
Simulation: force this HTTP status code as an error
random_fail'true' | 'false'
Simulation: 30% random failure rate
Response
Default Response
Example response
{
"success": true
}