get_vessel_positions_batch
Retrieve vessel positions for multiple vessels in a single request 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 | |
| limit | No | Results per page, 1 to 50. Defaults to 20. | |
| idType | No | Identifier type: imo (default) or mmsi | |
| timeTo | No | End time filter in RFC3339 format (defaults to current time) | |
| timeFrom | No | Start time filter in RFC3339 format (defaults to 2 hours ago) | |
| nextToken | No | Pagination token from previous response |