Bots
Get bot event logs
Get event log entries for the specified bot.
Get event log entries for the specified bot.
X-API-Key<token>
In: header
Path Parameters
bot_uuid*string
Format
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/api/v1/platform/bots/497f6eca-6276-4993-bfeb-53cbbbba6f08/logs" \ -H "Content-Type: application/json" \ -d '{}'{ "code": 0, "data": { "logs": [ {} ], "total_count": 0 }}