---
title: "Get Agent"
method: GET
path: "/api/v2/agents/{agent_id}"
tags: ["Sessions & Agents"]
---

# Get Agent

`GET /api/v2/agents/{agent_id}`

Get agent information

``memory_count`` reflects the live document count from the agent's Moorcheh
namespace.

## Path parameters

- `agent_id` string, required

## Headers

- `authorization` string, nullable
- `X-Api-Key` string, nullable

## Response `200`

Successful Response

- AgentInfo — Agent information
  - `agent_id` string, required
  - `namespace` string, required
  - `pattern` 'support' | 'project' | 'tool', required — Agent pattern types for memory organization
  - `description` string, nullable
  - `created_at` string, date-time, required
  - `last_session` string, date-time, nullable
  - `memory_count` integer
  - `session_count` integer
  - `status` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/moorcheh-ai/apis/memanto-memory-that-ai-agents-love.md) · [All operations](https://skmtc.net/moorcheh-ai/apis/memanto-memory-that-ai-agents-love/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moorcheh-ai/memanto-memory-that-ai-agents-love/revisions/ff157f2fc5d5/schema)
