latestOpenAPI 3.1.02026-08-1081312.6 KB

ba0e139dd455

orders

List orders

Keyset-paginated index of your orders, newest first. Pass the returned next_cursor to fetch the following page; absence of next_cursor means the last page.

get/api/v1/orders

Query parameters

limitinteger
cursorstring

order_id from the previous page's next_cursor

sincestring date-time

Only orders created at/after this RFC3339 timestamp.

missingboolean

true = only delivered/completed orders with at least one item whose results aren't in yet (the overview's "missing results" set).

statusstring

Filter by order status string (e.g. order.processing)

collection_type'AT_HOME' | 'GO_TO_LAB'

Response

One page of orders

next_cursorstring

Pass as ?cursor= for the next page; absent on the last page.