I need an API call to run a Splunk report that has already been saved and add the most recent values to the report.
I do not wish to wait until the cron time is set.
I attempted to use the "dispatch.now" function in this api "saved/searches/name/dispatch". It started a task and executed the search; I could see the results in finished jobs, but my report was not updating with the most recent information.
I also need an API to check the status of the executed query to see if it has finished or is still running.
The response from the API call instructs me to look for the parameter isdone=true, however I am unable to depend on the results because the jobs are still running when I manually check their status.