get_vessel_positions_batch
Retrieve positions for multiple vessels simultaneously using MMSI or IMO numbers, with optional time filters and pagination.
Instructions
Get positions for multiple vessels at once by MMSI or IMO numbers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Comma-separated list of MMSI or IMO numbers | |
| idType | No | Identifier type: imo (default) or mmsi | |
| timeFrom | No | Start time filter in RFC3339 format (defaults to 2 hours ago) | |
| timeTo | No | End time filter in RFC3339 format (defaults to current time) | |
| limit | No | Max results per page | |
| nextToken | No | Pagination token from previous response |