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