---
title: "List project artifacts"
method: GET
path: "/projects/{project_id}/artifacts"
tags: ["Artifacts"]
---

# List project artifacts

`GET /projects/{project_id}/artifacts`

Returns learn-agent and uploaded artifacts for a project, scoped to the selected agent.

## Path parameters

- `project_id` string, required

## Query parameters

- `agent_name` string

## Response `200`

Project artifacts

- object
  - `selected_agent_name` string, nullable, required
  - `agents` object[], required
    - `agent_name` string, nullable, required
    - `latest_version` number, nullable, required
    - `updated_at` string, required
  - `learn_agent_artifact` object, nullable, required
    - `version` number, required
    - `run_id` string, required
    - `agent_name` string, nullable, required
    - `knowledge_md` string, required
    - `mermaid` string, required
    - `created_at` string, required
    - `updated_at` string, required
  - `uploaded_artifacts` object[], required
    - `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

## 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)
