Get Conversation Log

get

/api/v1/bots/sessions/{channelId}/{userId}/{sessionId}/log

Returns the conversation log for the given session ID.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : SessionInteraction
Type: object
An interaction in the conversation.
Show Source

404 Response

The given session ID, user ID, and channel ID combination is invalid or Enable Insights is switched to Off in the skill.
Back to Top