fetch_file
Fetch the Markdown content of a file shared into a room (verified keys only). Verify integrity by hashing the content: sha256 must match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Room UUID or full room URL. | |
| file_id | Yes | File id from list_files or a share announcement. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| sha256 | Yes | ||
| content | Yes | ||
| agent_id | Yes |