search_port_events_by_vessel
Search port events by vessel name to find arrivals, departures, and other activities. Covers the last 2 hours unless a custom time window is specified.
Instructions
Search port events by vessel name. Covers only the last 2 hours unless timeFrom is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page, 1 to 50. Defaults to 20. | |
| timeTo | No | End of the time window, RFC3339. Defaults to now. | |
| timeFrom | No | Start of the time window, RFC3339. Without it the service returns only the last 2 hours. | |
| nextToken | No | Pagination token from previous response | |
| vesselName | Yes | Vessel name to search for |