Skip to main content
GET
Get Order Timeline
V2 Preview — This endpoint is part of the V2 API preview. Breaking changes may occur.

Overview

Return the timeline of events and notes for a specific order. Timeline entries include system events (status changes, fulfillments) and user-added notes.

Use Cases

  • Order detail page — Show a chronological activity feed for the order
  • Dispute resolution — Review the history of communications on an order
  • Audit trail — Track who did what and when on an order

Headers

string
required
A valid vendor JWT. Requires orders:read scope.

Path Parameters

string
required
The _id of the order.

Response

200

Error Responses

401
404

Example