SmartMemory
GET
/memory/agents/{agent_id}

Get details of a specific agent.

Path Parameters

agent_id*Agent Id

Response Body

application/json

application/json

curl -X GET "https://example.com/memory/agents/string"
{
  "id": "string",
  "name": "string",
  "description": "string",
  "agent_config": {},
  "roles": [
    "string"
  ],
  "tenant_id": "string",
  "is_active": true,
  "created_at": "2019-08-24T14:15:22Z",
  "created_by": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}