---
title: "Read Workspace File"
method: GET
path: "/api/files/content"
tags: ["workspace-files"]
---

# Read Workspace File

`GET /api/files/content`

## Query parameters

- `path` string, required
- `cursor` string, nullable
- `max_chars` integer

## Response `200`

Successful Response

- WorkspaceFileReadResponse
  - `path` string, required
  - `content` string, required
  - `next_cursor` string, nullable
  - `byte_size` integer, required
  - `eof` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qredence/apis/fleet-rlm.md) · [All operations](https://skmtc.net/qredence/apis/fleet-rlm/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qredence/fleet-rlm/revisions/c47be4a3f07e/schema)
