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!

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...