get https://api.sbgenomics.com/v2/automation/runs//logs
This call returns the file ID of the automation log file. You can then use another API call to retrieve the URL for downloading the file. For automation runs that are still active, multiple file IDs are returned, one for each 2 minute interval.
The before
query parameter is used to specify the timestamp which will be used as a reference for generating the log file. The response will include IDs for all files generated prior to the specified time.
To be able to access the log file of an automation the minimum required permissions are COPY and READ.