Get processing buffer ids
Get the ids of the buffer for a specific user and buffer type. This endpoint returns buffer ids.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the user
The type of buffer to flush
chat
, doc
, image
, code
, transcript
The status of the buffer to get
idle
, processing
, failed
, done
Successful Response
The response is of type object
.