interactions_get_original_response
Retrieve the original interaction response message sent in response to a Discord interaction, including its ID, channel, and content. Uses the interaction token to securely fetch the message.
Instructions
Purpose: Fetch the original interaction response message (the one created by interactions_create_response).
Auth: token-secured (NO bot token).
Returns: {message_id, channel_id, content, untrusted_messages}. content remains raw Discord data; untrusted_messages provides a separately fenced copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| application_id | Yes | Bot/app application ID | |
| interaction_token | Yes | Scoped interaction credential, reusable for follow-ups for up to 15 minutes. Treat as a credential. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||