eb_ticket_class
Retrieve a specific ticket class for an event by supplying event ID and ticket class ID. Access details such as name, pricing, and availability.
Instructions
Get one ticket class of an event by id. Use eb_ticket_classes to list them first.
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. | |
| event_id | Yes | Numeric event id | |
| ticket_class_id | Yes | Numeric ticket class id |