webhooks_get
Retrieve a webhook by ID to inspect its details without exposing its token. Ideal for verifying webhooks discovered via list operations.
Instructions
Purpose: Get a webhook by id (bot-authed lookup).
When to use:
Inspect a webhook you discovered via
webhooks_list_channelorwebhooks_list_guild.
Asymmetry: This bot-auth path strips token from the response - the token is only re-issued by webhooks_create and webhooks_get_with_token. Use webhooks_get_with_token when you already hold the token and want the freshest record.
Returns: Webhook fields without token. name remains raw creator-controlled data; untrusted_name provides a separately fenced copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_id | Yes | Webhook to fetch |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||