v4
OpenAPI 3.0.12026-07-3189233676.2 KBOrders
Retrieve events for an order
Returns a list of events for the specified order.
get/v1/orders/{id}/events/
Query parameters
include_refresh_ordersboolean
Whether to include events from refresh orders
Response
List of events for the specified order
Example response
{
"results": [
{
"object": "order",
"type": "order_created",
"suborder_id": "f01b5641ac104074b7f5b376fb34691a",
"task_id": "85aec5c06cc34a66cdc6a4c34febe1fe",
"link_id": "d3020b91e411417ea82d40b09998e454",
"order_id": "48427a36d43c4d5aa6324bc06c692456",
"timestamp": "2025-08-06T10:49:22.139861Z"
}
]
}