Retrieve all memory blobs of a specific type for a user. This endpoint supports pagination to manage large sets of memory data efficiently.
Query Parameters:
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the user to fetch blobs for
The type of blobs to retrieve
chat
, doc
, image
, code
, transcript
Page number for pagination, starting from 0
Number of items per page, default is 10
Successful Response
The response is of type object
.
Retrieve all memory blobs of a specific type for a user. This endpoint supports pagination to manage large sets of memory data efficiently.
Query Parameters:
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the user to fetch blobs for
The type of blobs to retrieve
chat
, doc
, image
, code
, transcript
Page number for pagination, starting from 0
Number of items per page, default is 10
Successful Response
The response is of type object
.