Is there a way to report on captured data from a script?

Hi,

If we are capturing data from within a script using the "input" object within a script, is there a way to make an API call to pull out that captured data into our analytics engine?

I couldn't see anything in the analytics API other than it may be left out of V2?

Once you associate a script with a contact list, you can use the contact list columns as variables in input components. When the agent completes the script, the data they entered will be saved back to the contact list. You can then use the OutboundApi methods to retrieve data from the contact list.