workspaces.files.read

Read a file from the hosted sandbox (≤1 MiB; base64 for binary).

Machine-readable body schema: /schemas/routes/workspaces.files.read.json.

Body

No request body.

Query

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "path": {
      "type": "string",
      "maxLength": 512
    }
  }
}
Generated from the live platform registries at build time — reference pages cannot go stale. Markdown variant: /reference/routes/workspaces.files.read.md