Get Executor Logs
Executors
Get Executor Logs
Get captured log entries for a specific executor.
Returns log entries from the in-memory ring buffer. Only available for active executors - logs are cleared when the executor completes.
Query parameters:
- level: Filter by log level (ERROR, WARNING, INFO, DEBUG)
- limit: Maximum entries to return (default 50)
GET
Get Executor Logs
Documentation Index
Fetch the complete documentation index at: https://condor.hummingbot.org/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

