---
title: "Get an agent"
method: GET
path: "/api/v1/managed_agents/agents/{id}"
tags: ["Agents"]
---

# Get an agent

`GET /api/v1/managed_agents/agents/{id}`

## Path parameters

- `id` string, required

## Response `200`

Agent details

- Agent
  - `id` string
  - `name` string
  - `runtime` string
  - `model` string
  - `system_prompt` string
  - `memory_enabled` boolean
  - `tools` string[]
  - `created_at` string, date-time

## Other responses

- `401` — Unauthorized
- `404` — Agent not found

---

[API](https://skmtc.net/berriai/apis/litellm-agent-platform-api.md) · [All operations](https://skmtc.net/berriai/apis/litellm-agent-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/berriai/litellm-agent-platform-api/versions/63cf31f8069f/schema)
