Skip to main content
GET
List a group's memories

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

group
string
required

The memory group to read or delete — the memory.group value the agents sharing those memories run with.

Required string length: 1 - 256
after
string

Opaque pagination cursor. Return only items positioned after it; pass a value obtained from a previous page to fetch the next one.

limit
integer
default:100

Maximum number of items to return.

Required range: 1 <= x <= 1000

Response

OK

memories
object[]
required
next_cursor
string

Cursor for the next page. Pass it as after to fetch the following memories. Omitted when there are no more memories.