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
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

