eb_event_details
Batch-fetch public event details by ID, with expansions for venue, image, ticket availability, and organizer. Supports up to 20 events per request.
Instructions
Batch-fetch public event details by id. Uses your bearer token by default, falling back to the browser bridge when no token is configured. For ticket-class detail prefer eb_ticket_classes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Eventbrite's payload untouched. No field projection on this tool: this server has no verified record of which Eventbrite fields matter here, and inventing one would risk dropping a field a caller needs. | |
| expand | No | Comma-separated expansions (default primary_venue,image,ticket_availability,event_sales_status,primary_organizer) | |
| event_ids | Yes | Numeric event ids |