cURL
curl --request GET \ --url https://app.quick.bot/api/v1/analytics/{botId}/answers \ --header 'Authorization: Bearer <token>'
{ "results": [ { "id": "<string>", "createdAt": "<string>", "botId": "<string>", "variables": [ { "id": "<string>", "name": "<string>", "value": "<string>", "isSystemVariable": true, "isSavedVariable": true, "isSecretVariable": true } ], "isCompleted": true, "hasStarted": true, "isArchived": true, "lastChatSessionId": "<string>", "answers": [ { "blockId": "<string>", "content": "<string>", "attachedFileUrls": [ "<string>" ] } ] } ], "nextCursor": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Where to find my bot's ID?
1 <= x <= 100
today
last7Days
last30Days
monthToDate
lastMonth
yearToDate
allTime
Successful response
Show child attributes