---
title: "Get Agent"
method: GET
path: "/playground/agents/{agent_name}"
tags: ["AI_PLAYGROUND"]
---

# Get Agent

`GET /playground/agents/{agent_name}`

Get an agent definition from Langfuse.

Service user only (public tenant) — see list_agents.

## Path parameters

- `agent_name` string, required

## Response `200`

Successful Response

- GetAgentResponse
  - `name` string, required
  - `version` integer, required
  - `prompt` string, required
  - `config` object, required
  - `labels` string[], 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/103580dad816/schema)
