cURL
curl --request GET \ --url https://app.zazubot.com/api/v1/typebots/{typebotId}/results/{resultId}/logs \ --header 'Authorization: Bearer <token>'
{ "logs": [ { "id": "<string>", "createdAt": "<string>", "resultId": "<string>", "status": "<string>", "description": "<string>", "details": "<string>", "context": "<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
The response is of type object.
object