Sign in

Get channel message

documented

Fetch a single message by ID.

GET /channels/{channel.id}/messages/{message.id}Channelsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://discord.com/api/v10/channels/{{$channel_id}}/messages/{{$message_id}}" \
  -X GET \
  -H "Authorization: Bot {{DISCORD_SECRET}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get channel message · Discord · OpenIntegrations