cURL
curl --request GET \ --url https://app.quick.bot/api/v1/analytics/{botId}/answers/{resultId}/logs \ --header 'Authorization: Bearer <token>'
{ "logs": [ { "id": "<string>", "createdAt": "<string>", "resultId": "<string>", "status": "<string>", "description": "<string>", "details": "<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?
Successful response
Show child attributes