Retrieve updates

Retrieves stored CargoAi tracking updates for an AWB, latest first (the first item is the current state). | authz: order participant | () -> (list[CargoAiTrackAndTraceUpdate1])

Authentication

AuthorizationBearer

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

Path parameters

awbstringRequired

Response

Successful Response
_idstring
awbstringformat: "^\d{3}-\d{8}$"

IATA Air Waybill number: 3-digit airline prefix + 8-digit serial, e.g. ‘020-12345678’.

receivedAtdatetime
source"webhook"
alertsobject or null

The alerts object — early warning signals on shipment execution.

carbonEmissionstring or null
destinationstring or null
eventslist of objects
newEventslist of objects
oldEventslist of objects
originstring or null
piecesstring or null
schemaVersionintegerDefaults to 1
statusstring or null
volumestring or null
weightstring or null

Errors

422
Cargoai Track and Trace Updates V1request Unprocessable Entity Error