Get detailed information about a specific executor.
Checks active executors in memory first, then falls back to database for completed executors.
Returns full executor information including:
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response
Detailed response for a single executor.
Unique executor identifier
Type of executor
Account name
Connector name
Trading pair
Current status (RUNNING, TERMINATED, etc.)
Whether the executor is active
Whether the executor has open trades
Net PnL in quote currency
Net PnL percentage
Cumulative fees in quote currency
Total filled amount in quote currency
Trade side (BUY/SELL) if applicable
Creation timestamp (Unix)
Creation timestamp (ISO format)
How the executor was closed (if applicable)
Close timestamp (Unix)
ID of the controller that spawned this executor
Number of ERROR-level log entries captured
Most recent error message, if any
Full executor configuration
Executor-specific custom information