Read File
Agent Filesystem
Read File
Read the contents of a file from an agent’s workspace.
GET
Read File
Authentication
Requires JWT token or Platform API key.string
required
Agent UUID
string
required
File path within the agent workspace (wildcard segment)
string
Response encoding (
utf-8 or base64)boolean
Return the file as a binary download
Example Request
Response
For text files, you receive a JSON object with the file content:download=true, the response is a raw binary stream with the appropriate Content-Type header.

