Skip to main content
GET
/
admin
/
v1
/
buffers
/
insights
/
groups
List Insight Buffer Groups
curl --request GET \
  --url https://api.example.com/admin/v1/buffers/insights/groups
{
  "data": [
    {
      "memoryId": "<string>",
      "insightTypeName": "<string>",
      "groupName": "<string>",
      "total": 123,
      "unbuilt": 123,
      "built": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.openmemind.com/llms.txt

Use this file to discover all available pages before exploring further.

The API Reference is under active development. Request and response schemas may change before a stable release.

Query Parameters

memoryId
string
insightTypeName
string

Response

200 - */*

OK

data
object[]