cURL
Orders
List orders
Retrieve orders with pagination.
- Filter by status, type, and channel
- Keyword search supported
- Sorted by most recent
GET
cURL
Use the same endpoint with a test API key to list persistent test orders. The response includes only test orders owned by the account associated with the key; live orders are not included.
Authorizations
Bearer API key for external client access. Live keys use the sk_ prefix; test keys use the sk_test_ prefix and support order-lifecycle testing with mock responses without processing or credit usage.
Query Parameters
Page number
Required range:
x >= 1Items per page (-1 for all)
Required range:
1 <= x <= 100Search keyword
Status filter
Available options:
pending, inProgress, complete, failed, expired, all Order type filter
Available options:
antiAi, watermarkEmbed, watermarkExtract, aiDetection, all Channel filter
Available options:
api, web, all Response
Success