---
title: "Get learn-agent artifact version"
method: GET
path: "/projects/{project_id}/artifacts/versions/{version}"
tags: ["Artifacts"]
---

# Get learn-agent artifact version

`GET /projects/{project_id}/artifacts/versions/{version}`

Returns the learn-agent KB content and metadata for a specific project, agent, and version.

## Path parameters

- `project_id` string, required
- `version` string, required

## Query parameters

- `agent_name` string

## Response `200`

Learn-agent artifact version

- object
  - `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

## Other responses

- `400` — Bad request
- `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)
