cURL
curl --request GET \ --url http://127.0.0.1:3333/v3/bots/{botId}/analytics/inDepthData \ --header 'Authorization: Bearer <token>'
{ "totalAnswers": [ { "blockId": "<string>", "total": 123 } ], "offDefaultPathVisitedEdges": [ { "id": "<string>", "total": 123, "to": { "blockId": "<string>", "eventId": "<string>" } } ] }
Get in-depth analytics data.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
today
last7Days
last30Days
monthToDate
lastMonth
yearToDate
allTime
Default Response
Show child attributes