Users or automated entities (such as AI agents or third-party apps like KIRO) require a method to programmatically fetch AutoSys job standard output (std_out) or standard error (std_err) logs using the AutoSys Web Server (AEWS) REST API.
Specific inquiries include:
autosyslog utility.Product: AutoSys Workload Automation
Component: AutoSys Web Server (AEWS)
Versions: 12.x, 24.x
The AutoSys Web Server (AEWS) architecture does not include a generic wrapper for command-line utilities. There is no "command list" configuration file that allows adding autosyslog to the AEWS service. Furthermore, there is currently no native REST API endpoint designed to stream job log contents directly to a client.
Retain one of the following methods for programmatic log retrieval:
autosyslog command:autosyslog -J <job_name> -tOautosyslog -J <job_name> -tEas-joblogreadFor a detailed architectural overview of how logs are moved from the Agent to the Application Server, see How are job standard output and error log files retrieved.