---
title: "Get File Content"
method: GET
path: "/v2/teams/{teamId}/files/content/{path}"
tags: ["Files"]
---

# Get File Content

`GET /v2/teams/{teamId}/files/content/{path}`

Get the content of a text file.

## Path parameters

- `path` string, required
- `teamId` string, required

## Response `200`

Default Response

- object
  - `content` string, required — UTF-8 decoded contents of the file
  - `path` string, required — Relative path of the file
  - `contentType` string — MIME content type inferred from the file extension

## Other responses

- `400` — Default Response
- `401` — Default Response
- `404` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/duvo/apis/duvo-public-api.md) · [All operations](https://skmtc.net/duvo/apis/duvo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/duvo/duvo-public-api/revisions/dafcf3d868a9/schema)
