Skip to main content
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

Authorization
string
header
required

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
integer
default:1

Page number

Required range: x >= 1
limit
integer
default:10

Items per page (-1 for all)

Required range: 1 <= x <= 100
keyword
string

Search keyword

status
enum<string>
default:all

Status filter

Available options:
pending,
inProgress,
complete,
failed,
expired,
all
type
enum<string>

Order type filter

Available options:
antiAi,
watermarkEmbed,
watermarkExtract,
aiDetection,
all
channel
enum<string>
default:all

Channel filter

Available options:
api,
web,
all

Response

Success

data
object