GET
/v1/shipments/{shipment_id}/eventsList tracking events for a shipmentParameters
shipment_idstringpathrequiredcursorstringquerylimitintegerqueryResponses
objectTrackingEventPage
dataarray of objectrequiredShow child attributes
Show array items
idstringrequiredlocationobjectrequiredShow child attributes
citystringrequiredcountrystringrequiredmessagestringobjectvaluerequiredoccurred_atstring · date-timerequiredshipment_idstringrequiredstatusstringrequiredhas_morebooleanrequirednext_cursornull | stringrequired{
"data": [
{
"id": "evt_00000000000000000001",
"location": {
"city": "Samplehaven",
"country": "ZZ"
},
"message": "Parcel scanned at synthetic sorting hub",
"object": "tracking_event",
"occurred_at": "2026-09-05T05:40:00Z",
"shipment_id": "shp_00000000000000000001",
"status": "canceled"
}
],
"has_more": true,
"next_cursor": "string"
}objectProblem
detailstringerrorsarray of objectShow child attributes
Show array items
messagestringrequiredpathstringrequiredrequest_idstringrequiredstatusintegerrequiredtitlestringrequiredtypestring · urirequired{
"request_id": "req_00000000000000000004",
"status": 404,
"title": "Synthetic resource was not found",
"type": "https://parcel-events.example/problems/not-found"
}