---
title: "Get Agent Versions"
method: GET
path: "/evals/agents/{agent_name}/versions"
tags: ["EVALS"]
deprecated: true
---

# Get Agent Versions

`GET /evals/agents/{agent_name}/versions`

> **Deprecated.**

Get all versions of an agent from Langfuse.

Returns a list of all versions with their metadata (description, model, labels, tags).
Versions are sorted in descending order (newest first).

## Path parameters

- `agent_name` string, required

## Response `200`

Successful Response

- AgentVersionsResponse — Response for GET /evals/agents/{agent_name}/versions endpoint
  - `agent_name` string, required
  - `versions` AgentVersionInfo[], required
    - `version` integer, required
    - `name` string, required
    - `description` string, required
    - `model` string, required
    - `labels` string[], required
    - `tags` string[], required
  - `total_versions` integer, required

## Other responses

- `422` — Validation Error

---

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