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 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...