batch_get_events
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 and intelligence market prices. Defaults to pinnacle. Valid: pinnacle, fanduel, draftkings, betmgm, caesars, bet365, circa, westgate, wynn, south_point, stations, hardrock, betonline, betr, betrivers, lowvig, all. | |
| event_ids | Yes | Event ids to fetch (max 25); duplicates are billed once. | |
| include_odds | No | Inline current odds scoped by bookmaker (default: pinnacle). Does not add credits — each found event stays 1 credit. | |
| include_intelligence | No | Inline bet intelligence on each event. Does not add credits. |
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. |