stage_instances_get
stage_instances_get
Section titled “stage_instances_get”Category: stage_instances
Fetch the live Stage instance for a channel.
When to use
Section titled “When to use”When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
channel_id | string | yes | Stage channel |
Returns
Section titled “Returns”\{id, guild_id, channel_id, topic, privacy_level, untrusted_text\}.
The topic is user-authored — wrapped untrusted.
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
id | string | yes | Discord stage instance ID |
guild_id | string | yes | |
channel_id | string | yes | Discord channel ID (snowflake) |
topic | string | yes | |
privacy_level | integer | yes | |
untrusted_text | string | yes |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | yes |
| Destructive | no |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | no |