List orders
Orders
List orders
Retrieve a paginated list of orders for the authenticated user.
GET
List orders
Returns the user’s orders, sorted by creation date descending.Documentation Index
Fetch the complete documentation index at: https://docs.proxyjam.com/llms.txt
Use this file to discover all available pages before exploring further.
Query parameters
Number of results to return. Min
1, max 100.Number of results to skip for pagination.
Filter by order status. One of:
pending, pending_payment, active, failed, cancelled, expired.Response
List of order objects. Same shape as Create order response.
Total number of orders matching the filter.