Skip to main content
GET
Downloads a file from the instance. The response is the raw binary file content with appropriate Content-Disposition and Content-Type headers set, so it works naturally with browsers and tools like curl -O.

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 download, relative to the instance root.

Response

Returns the raw binary file content with a Content-Disposition: attachment header.