batch_get_events
Retrieve full details for up to 25 events by ID in one call, with optional current odds and bet intelligence. Returns a not-found list for missing IDs.
Instructions
Get multiple events by id in one call — for agents that already have a list of ids and want full detail for each without one call per event. Max 25 ids. Returns full detail for every id that exists plus a not_found list for any that don't (never billed). Use get_event for a single id, or list_events / query_events to discover ids first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bookmaker | No | Bookmaker for inlined odds; defaults to pinnacle, 'all' for every book. | |
| event_ids | Yes | Event ids to fetch (max 25); duplicates are billed once. | |
| include_odds | No | Inline current odds on each event (+1 credit per event when odds are available). | |
| include_intelligence | No | Inline bet intelligence on each event (+1 credit per event when available). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | No | ||
| events | No | Full event detail (same shape as get_event) for every found id. | |
| not_found | No | Requested event_ids that don't exist. Never billed. |