User Buffer
Get Buffer Ids
Get processing buffer ids
GET
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
, doc
, image
, code
, transcript
Query Parameters
The status of the buffer to get
Available options:
idle
, processing
, failed
, done
Response
200
application/json
Successful Response
The response is of type object
.