---
title: "Get Playground Agent Details"
method: GET
path: "/evals/agents/{agent_name}"
tags: ["EVALS"]
---

# Get Playground Agent Details

`GET /evals/agents/{agent_name}`

Get detailed information for a specific agent from Langfuse.

Returns complete agent details including:
- agent_name, description, model, version, all_versions
- prompt (if include_prompt=True)
- labels, tags, config

## Path parameters

- `agent_name` string, required

## Query parameters

- `include_prompt` boolean

## 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/versions/103580dad816/schema)
