# Get Microsoft Teams chat message

Canonical URL: https://docs.fuse.init.inc/integrations/microsoft-teams/actions/chat_messages.get

Get one chat message by id.

Action ID: `chat_messages.get`
Provider: Microsoft Teams (`microsoft_teams`)
Contract version: 1

## Risk and exposure

- Risk: Read
- Idempotency: Safe — Safe to retry without coordination; repeats do not create additional side effects.
- Availability: Default
- Exposure: REST, SDK, MCP
- MCP hints: readOnly=true, destructive=false, idempotent=true, openWorld=true

## Required scopes

- `Chat.Read`

## Input schema fields

- `chat_id`
- `message_id`

## Output schema fields

- `id`
- `body_content`
- `body_content_type`
- `from_user_id`
- `created_at`
- `web_url`
- `reply_to_id`

Provider overview: https://docs.fuse.init.inc/integrations/microsoft-teams
Actions index: https://docs.fuse.init.inc/integrations/microsoft-teams/actions
Exact canonical JSON contract: https://docs.fuse.init.inc/api/catalog/v1/providers/microsoft_teams/actions/chat_messages.get
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/microsoft_teams/actions
