get_port_events_by_vessel
Retrieve arrival and departure events for a vessel by IMO or MMSI. Filter by event type, time range, and paginate results to track port activity.
Instructions
Get port events (arrivals/departures) for a specific vessel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page, 1 to 50. Defaults to 20. | |
| idType | No | Identifier type: imo (default) or mmsi | |
| timeTo | No | End time (ISO 8601 format) | |
| timeFrom | No | Start time (ISO 8601 format) | |
| vesselId | Yes | Vessel identifier (IMO number by default) | |
| eventType | No | Filter by event type. Omit for both arrivals and departures | |
| nextToken | No | Pagination token from previous response | |
| sortOrder | No | Sort order by timestamp |