Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
The Events have been retrieved successfully.
curl --request GET \
--url https://dev-chat-engine.actualize.ae/api/v1/chat/sessions/{sessionId}/events \
--header 'Authorization: Bearer <token>'curl --request GET \
--url https://dev-chat-engine.actualize.ae/api/v1/chat/sessions/{sessionId}/events \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The Events have been retrieved successfully.