read
Read a file's content, or get a download URL for large/binary files. Pass version to read a historical version instead of the current one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File to read, relative to the workspace root, e.g. notes/todo.md. | |
| version | No | Version number from history. Defaults to the current version. | |
| workspace | No | Workspace slug. Optional, defaults to "temp". |