v48

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-208342528.4 KB
Containers

Get a container's transport events

Get a list of past transport events (canonical) for a container. All data has been normalized across all carriers. These are a verified subset of the raw events may also be sent as Webhook Notifications to a webhook endpoint.

This does not provide any estimated future events. See container/:id/raw_events endpoint for that.

get/containers/{id}/transport_events

Query parameters

includestring

Comma delimited list of relations to include

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "data_source": "shipping_line"
      }
    }
  ],
  "included": [
    {
      "attributes": {
        "fees_at_pod_terminal": [
          {
            "currency_code": "USD"
          }
        ]
      }
    }
  ]
}