Skip to main content
GET
/
api
/
v2
/
agents
/
{agent_id}
curl -X GET "http://localhost:8000/api/v2/agents/customer-support"
{
  "agent_id": "customer-support",
  "namespace": "memanto_agent_customer-support",
  "pattern": "support",
  "description": "Handles customer inquiries",
  "created_at": "2026-05-04T10:30:00.000000",
  "last_session": "2026-05-04T14:22:00.000000",
  "memory_count": 42,
  "session_count": 5,
  "status": "ready"
}

Overview

Returns metadata and counters for one agent registered with Memanto (namespace, pattern, sessions, etc.).

Authentication

API clients do not send an API key or Authorization header.

Path Parameters

agent_id
string
required
The unique identifier of the agent.
curl -X GET "http://localhost:8000/api/v2/agents/customer-support"
{
  "agent_id": "customer-support",
  "namespace": "memanto_agent_customer-support",
  "pattern": "support",
  "description": "Handles customer inquiries",
  "created_at": "2026-05-04T10:30:00.000000",
  "last_session": "2026-05-04T14:22:00.000000",
  "memory_count": 42,
  "session_count": 5,
  "status": "ready"
}

Next Steps

Once you have verified the agent’s details, you can: