get_port_inbound
Retrieve vessels arriving at a specified port within a custom ETA window, filtering by AIS position time range for accurate inbound tracking.
Instructions
Get vessels heading to a specific port within an ETA arrival window
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| etaTo | No | End of ETA arrival window (RFC3339). Omit to default to 72 hours ahead. | |
| limit | No | Results per page, 1 to 50. Defaults to 20. | |
| timeTo | No | AIS position time range end (RFC3339 format) | |
| etaFrom | No | Start of ETA arrival window (RFC3339). Omit to default to now. | |
| timeFrom | No | AIS position time range start (RFC3339 format) | |
| unlocode | Yes | UN/LOCODE of the destination port (e.g. NLRTM for Rotterdam) | |
| nextToken | No | Pagination token from previous response |