Python
User Buffer
Get Buffer Ids
Get processing buffer ids
GET
Python
Get the ids of the buffer for a specific user and buffer type. This endpoint returns buffer ids.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the user
The type of buffer to flush
Available options:
chat, summary, doc, image, code, transcript Query Parameters
The status of the buffer to get
Available options:
idle, processing, failed, done