GET
/
agents
/
{agent_id}
{
  "id": "main-agent",
  "name": "Main Agent",
  "db_id": "9e064c70-6821-4840-a333-ce6230908a70",
  "model": {
    "name": "OpenAIChat",
    "model": "gpt-4o",
    "provider": "OpenAI"
  },
  "sessions": {
    "session_table": "agno_sessions"
  },
  "knowledge": {
    "knowledge_table": "main_knowledge"
  },
  "system_message": {
    "markdown": true,
    "add_datetime_to_context": true
  }
}

Headers

authorization
string | null

Path Parameters

agent_id
string
required

Response

Agent details retrieved successfully

The response is of type object.