Get event details
get_eventRetrieve complete event details including description, venue, date/time, and ticket types with prices and remaining stock using the event slug from search_events.
Instructions
Full details for one event by slug: description, venue, date/time, and available ticket types with prices and remaining stock. Use the slug from search_events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Event slug from search_events |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| city | No | ||
| slug | No | ||
| price | No | ||
| title | No | ||
| country | No | ||
| ends_at | No | ||
| summary | No | ||
| website | No | ||
| category | No | ||
| currency | No | ||
| starts_at | No | ||
| description | No | ||
| entry_model | No | ||
| ticket_types | No | ||
| location_name | No | ||
| organizer_url | No | ||
| attendee_count | No | ||
| organizer_name | No | ||
| cover_image_url | No |