Use this endpoint to retrieve error logs for your bot. The response will contain detailed information about any errors that have occurred, including timestamps and error messages.
Request
Path Params
Query Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://appapi.bots.business/v2/bots//error_logs?api_key=UKDZu-c68cubrIbniuE2P_nWj0p5r4IHARNrAV-I'
Responses
🟢200Success
application/json
Body
Example
[{"id":1551366249,"title":"MembershipChecker: please install chats for checking in Admin Panel","stack_trace":"at LIB \"MembershipChecker\":-42 \nat LIB \"MembershipChecker\":-21 \nat LIB \"MembershipChecker\":89 \nat LIB \"MembershipChecker\":166","bot_id":1966582,"scenario_id":56432139,"created_at":"2025-10-27T08:52:57.405Z","updated_at":"2025-10-27T08:52:57.405Z","scenario":{"id":56432139,"bot_command":{"id":46256813,"command":"/start"}}}]