get_port_inbound
Retrieve vessels inbound to a specified port using UN/LOCODE and ETA arrival window. Returns vessel details with AIS position data.
Instructions
Get vessels heading to a specific port within an ETA arrival window
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unlocode | Yes | UN/LOCODE of the destination port (e.g. NLRTM for Rotterdam) | |
| etaFrom | Yes | Start of ETA arrival window (RFC3339 format, e.g. 2026-03-07T00:00:00Z) | |
| etaTo | Yes | End of ETA arrival window (RFC3339 format, e.g. 2026-03-14T00:00:00Z) | |
| timeFrom | No | AIS position time range start (RFC3339 format) | |
| timeTo | No | AIS position time range end (RFC3339 format) | |
| limit | No | Max results per page | |
| nextToken | No | Pagination token from previous response |