cURL
curl --request GET \ --url https://www.memoryplugin.com/api/buckets \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "memoryCount": 123, "description": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
API version - current is 2
Client source identifier (e.g., 'chatgpt' for ChatGPT requests)
List of memory buckets
Unique identifier for the bucket
Display name of the bucket
Number of memories in this bucket
Optional description of the bucket
Was this page helpful?