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

# List learn-agent artifact versions

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

Returns learn-agent KB version metadata for a project and agent, newest first. The response omits artifact content.

## Path parameters

- `project_id` string, required

## Query parameters

- `agent_name` string

## Response `200`

Learn-agent artifact versions

- object[]
  - `version` number, required
  - `run_id` string, required
  - `agent_name` string, nullable, required
  - `created_at` string, required
  - `updated_at` 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)
