---
name: read-message
description: Fetch a full Agent Relay message by ID, including full body, attachments, metadata, and thread context. Use when a delivered Relay preview is truncated or when the user asks to inspect a relay message.
argument-hint: "<messageId> [--json|--body]"
allowed-tools: [Bash]
---

# Agent Relay Read Message

Run:

```bash
agent-relay get-message $ARGUMENTS
```

Useful forms:

```bash
agent-relay get-message 206
agent-relay get-message 206 --json
agent-relay get-message 206 --body
```

Use `--body` when you only need the complete message text. Use `--json` when attachments, metadata, or thread context matter.
