eb_event_attendee
Retrieve an individual event attendee by attendee ID to get barcode, profile answers, and check-in state. Use this read-only lookup when you need a specific attendee's full record.
Instructions
Get one attendee of an event by id (barcode, profile answers, check-in state).
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 | |
| attendee_id | Yes | Numeric attendee id |