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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...