Is there a way to view the email recipients on an SSRS report that has been scheduled to run on a specific schedule in System Agent?
I know I can view the Task Parameters in System Agent, but that does not include any info about the email properties (recipients, Subject, Body of email).
Since this is cloud, I have no way to look at the SSRS server directly to view report subscriptions.
If you know the task number…do a BAQ against Ice.SysAgentTaskParam and look for Parameter Label “Email To”. I scheduled one to email myself every morning at 333a to make sure the System Agent was up and running…
No - you were correct. SysAgentTaskParam does include the actual values for the scheduled task. SysTaskParam contains the values that were copied from SysAgentTaskParam and used for each historical occurrence of that task.