Get a file
get_fileRetrieve a file's content: returns text for text types, base64 for binary. For large files, use the provided URL to get the complete file.
Instructions
Read a file back: text for text types, base64 otherwise. Large files are truncated; use the URL from list_files for the whole thing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |