---
title: "List Agents"
method: GET
path: "/studio/agents"
tags: ["AI_STUDIO"]
---

# List Agents

`GET /studio/agents`

List all production agents from Langfuse.

Service user only (public tenant): agent prompts live in one shared
Langfuse project across all tenants, so they are neither readable nor
writable by tenant users.

Fetches the agent names from the 'agent-names' prompt config,
then retrieves full details (name, version, prompt, config, labels) for each agent.

## Response `200`

Successful Response

- ListAgentsResponse
  - `agents` AgentListItem[], required
    - `name` string, required
    - `version` integer, required
    - `prompt` string, required
    - `config` object, required
    - `labels` 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)
