List orders

Return every order your client has placed, ordered by order date descending so the newest orders come first.

Use start and limit to page through the results (maximum 100 per page). When more results are available beyond the current page, more_results is true. Combine modified_since_time with paging to poll for changes.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
≥ 0
Defaults to 0

Zero-based offset of the first result.

integer
0 to 100
Defaults to 100

Maximum results per page (max 100).

integer
0 to 100

Only return orders in this order status. See the order statuses endpoint for available IDs.

string

Only return orders modified after this timestamp.

integer
≥ 1

Only return orders placed with this lab.

Headers
string

HMAC-SHA256 request signature. Required only when request signing is enabled for your API key — see the Request Signing guide.

string

Unix timestamp (seconds) of the request, required only when request signing is enabled for your API key. Requests older than 30 seconds are rejected.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json