Memory List all memory items
GET
/api/memory

Authentication

Bearer Token (BearerAuth)

Headers

X-Target-Serverstringrequired

Internal IP and port of the pt-agent instance (e.g. 10.10.0.26:9741)


Responses

200
List of memory items

Response Fields:

  • items (object[])

  • total (integer)

Example:

{
  "items": [
    {
      "name": "string",
      "safe_name": "string",
      "description": "string",
      "created_at": "string",
      "updated_at": "string",
      "content": "string"
    }
  ],
  "total": 0
}