guild_list_integrations
guild_list_integrations
Section titled “guild_list_integrations”Category: guild
List integrations attached to a guild (Twitch, YouTube, application bots, etc.).
When to use
Section titled “When to use”- Audit which third-party integrations exist before deletion.
When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
guild_id | string | yes | Guild to query |
Returns
Section titled “Returns”\{integrations:[\{id, name, type, enabled, account\}], count\}.
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
integrations | array | yes | |
count | integer | yes |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | yes |
| Destructive | no |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | no |