---
title: "Get Playground Agents"
method: GET
path: "/evals/agents"
tags: ["EVALS"]
---

# Get Playground Agents

`GET /evals/agents`

Get all production agents from Langfuse for evaluation playground.

Returns a dictionary of agents with their details including:
- name, description, version, all_versions, prompt, labels, tags

Also returns the list of available models for agent configuration.

## Response `200`

Successful Response

- PlaygroundAgentsResponse — Response for GET /evals/agents endpoint
  - `agents` object, required
  - `available_models` string[], required

---

[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)
