Skip to main content
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:
When you set download=true, the response is a raw binary stream with the appropriate Content-Type header.

Response Fields

Status Codes