Reporting

Get the list of scheduled reports in my app

o_calmels
Communicator

Hi, I am wrting my app. I this one, I want to display the list of scheduled reports associated with my app. Do someone know a request or another way to get this list, even the complete list, i Will sort it later.

Cheers.

Olivier.

Tags (2)
0 Karma

sowings
Splunk Employee
Splunk Employee

Try the REST API:

| rest /services/saved/searches | search eai:acl.app=<your_app_here>

Note that if you have a lot of saved searches, you might need to add count=-1 (unlimited) before the pipe to the search command. By default, only 30 results are returned from this REST endpoint.

The 'title' field is probably of particular interest here.

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...