cURL
curl --request GET \ --url http://127.0.0.1:3333/v3/logs/bots/{botId}/logs \ --header 'Authorization: Bearer <token>'
{ "logs": [ { "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "resultId": "<string>", "status": "<string>", "description": "<string>", "details": "<string>", "context": "<string>" } ], "total": 123, "nextCursor": "<string>" }
Get logs for a bot.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 <= x <= 500
x >= 0
Default Response
Show child attributes