Skip to main content
GET
Get an order's status history

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

order_id
string
required

Unique identifier for the order, either UUID, order number (e.g. ORD250312003548IAU4), or external ID (e.g. my-system-128318AA2) if you have provided one during order creation or update.

Response

200 - application/json

Successful response with statuses

duration
integer

Duration, in minutes, order remained in this status

Example:

10

status
string

Name of the status

Example:

"received"

updated_at
string<date-time>

Date and time of last update

Example:

"2025-03-15T12:00:00Z"

updated_by
object