resy_event_detail
Retrieve full details and ticket packages for a Resy dining event using event slug, restaurant slug, and location. Get event instructions, pricing tiers, and live availability without credentials.
Instructions
Get a Resy ticketed dining event's full description and ticket packages. Returns a ticketed dining event's full description, event-day instructions, and per-ticket-tier package breakdown (price, what's included, live ticket availability). All three identifiers come from a prior resy-events result: event_url_slug is that result's url_slug, restaurant_url_slug is its restaurant_url_slug, and location is the same city identifier resy-events was called with. Credential-free, read-only discovery -- does not purchase a ticket.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | Resy location code or numeric id, same value resy-events was called with | |
| party_size | No | Party size, default 2 | |
| event_url_slug | Yes | Event url_slug, from a prior resy-events result | |
| restaurant_url_slug | Yes | Restaurant url_slug, from that same resy-events result's restaurant_url_slug |