This article explains how to programmatically retrieve entries in the Results List of an Analysis Automation Procedure (ANP) execution in SystemLink.
When an ANP is executed, additional result data may be logged using the script. For example, an ANP written in DIAdem logs messages to inform the user when certain SubTasks have finished.

These additional results appear within the Details window of the ANP execution in the SystemLink UI.

This information can be programmatically retrieved using the /analysisservers/{as_uuid}/taskexecutions/{te_uuid}/results HTTP GET method. The steps required to use this are detailed below.