GET /v2/shipments
Returns a paginated list of shipment summaries, newest activity first. Use updated_since to poll for changes.
Query parameters
string
Filter by journey status. See Status values.
string
Only shipments changed at or after this ISO 8601 time. Use it to poll for updates.
integer
default:"25"
Page size, 1–100.
string
Pagination cursor from the previous page’s
next_cursor.Response
Each item indata is a shipment summary.
The envelope also returns
next_cursor (string, or null on the last page) and has_more (boolean).
