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

# Get Agent Version

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

> **Deprecated.**

Get a specific version of an agent from Langfuse.

Returns the complete agent details for the specified version including the prompt.

## Path parameters

- `agent_name` string, required
- `version` integer, required

## Response `200`

Successful Response

- PlaygroundAgentInfo — Response for GET /evals/agents/{agent_name} endpoint
  - `agent_name` string, required
  - `description` string, required
  - `model` string, required
  - `version` integer, required
  - `all_versions` integer[], required
  - `prompt` string, required
  - `labels` string[], required
  - `tags` string[], required
  - `config` object, nullable

## 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/revisions/dbf2c969464f/schema)
