---
title: "Get uploaded project artifact content"
method: GET
path: "/projects/{project_id}/artifacts/{artifact_id}/content"
tags: ["Artifacts"]
---

# Get uploaded project artifact content

`GET /projects/{project_id}/artifacts/{artifact_id}/content`

Returns stored text content and metadata for one uploaded text artifact.

## Path parameters

- `project_id` string, required
- `artifact_id` string, required

## Response `200`

Uploaded text artifact content

- object
  - `id` string, required
  - `project_id` string, required
  - `agent_name` string, nullable, required
  - `filename` string, required
  - `content_type` string, required
  - `size_bytes` number, required
  - `created_at` string, date-time, nullable, required
  - `content` string, required

## Other responses

- `404` — Not found

---

[API](https://skmtc.dev/uselemma/apis/lemma-platform-api.md) · [All operations](https://skmtc.dev/uselemma/apis/lemma-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uselemma/lemma-platform-api/revisions/5242165d7015/schema)
