events_get
Fetch a single scheduled event by its ID from a Discord guild to inspect details before modifying or deleting.
Instructions
Purpose: Fetch a single scheduled event by id.
When to use:
Inspect a specific event before modifying or deleting.
Returns: projected event shape with optional user_count. creator_id is absent for events created before October 2021. Event text remains raw; untrusted_text provides a separately fenced copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Scheduled event id | |
| guild_id | Yes | Guild that owns the event | |
| with_user_count | No | Include `user_count` in response |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||