Python
User Data
Get User Blobs
GET
Python
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:
- page: Page number (default: 0)
- page_size: Number of items per page (default: 10)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the user to fetch blobs for
The type of blobs to retrieve
Available options:
chat, summary, doc, image, code, transcript Query Parameters
Page number for pagination, starting from 0
Number of items per page, default is 10