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

The alerts object — early warning signals on shipment execution.

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

Errors

422
Cargoai Track and Trace Updates V1request Unprocessable Entity Error