Get Bulk User History
EAI Gateway
Get Bulk User History
Retrieves the conversation history for multiple users in bulk.
Args: request: Contains user_ids list and optional session_timeout_seconds (default: 3600)
Returns: BulkHistoryResponse: Dictionary mapping user_id to their message history
POST
Get Bulk User History
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Successful Response
