---
title: "GET /v1/projects/{projectId}/assets/{assetId}/content"
method: GET
path: "/v1/projects/{projectId}/assets/{assetId}/content"
tags: ["Project Details"]
---

# GET /v1/projects/{projectId}/assets/{assetId}/content

`GET /v1/projects/{projectId}/assets/{assetId}/content`

Fetch asset content (text only)

## Path parameters

- `projectId` string, required
- `assetId` string, required

## Response `200`

Asset content retrieved successfully

- object
  - `content` string, required
  - `mimeType` string, required
  - `filename` string, required

## Other responses

- `400` — Asset content not readable
- `401` — Authentication required
- `403` — Access denied
- `404` — Asset not found

---

[API](https://skmtc.net/spectra/apis/spectra-fm-api.md) · [All operations](https://skmtc.net/spectra/apis/spectra-fm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spectra/spectra-fm-api/versions/e7ee25ecc8d3/schema)
