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