find_events
Find upcoming Austin events from Yeehaw's sourced, deduplicated store. Structured filter over the events table; events more than 24h past are filtered. Every record carries a source attribution and a confidence score. Pass id to fetch one event by id; it ignores date_range and all other filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Fetch one event by id; ignores date_range and other filters when set. | |
| limit | No | Max results, default 20, clamped to 50. | |
| query | No | Free-text keyword match against event titles. | |
| category | No | Category slug (e.g. music, sports, civic). | |
| price_max | No | Maximum ticket price in USD. price_max=0 returns only events with a known $0 price. Most events have no listed price (sparse upstream data) — for price_max>0 those are still returned and the response states how many were not price-filtered. | |
| date_range | No | Required unless `id` is set. e.g. today, tonight, this_weekend, next_7_days, or an ISO date range. | |
| neighborhood | No | Austin neighborhood slug. One of: downtown, east-austin, hyde-park, mueller, rainey-street, south-congress, the-domain, zilker. Common shorthands (east, domain, soco, rainey) are accepted. |