Skip to main content
GET
Returns the text content of a file on the instance. This is meant for text files — if you need to download binary files, use the download endpoint instead.

Authentication

Requires an org-level API key or a scoped token with the appropriate permission.

Path Parameters

string
required
The ID of the instance.

Query Parameters

string
required
The file path to read, relative to the instance root.

Response

string
The file path that was read.
string
The text content of the file.