Is there a way to pass a parameter to a report when calling it via -
curl -u user:password -k https://<api_server>:8089/servicesNS/nobody/<app_name>/search/jobs -d "search=savedsearch <savedsearch_name>" -d exec_mode=oneshot -d count=10000
Depending on what you want to pass - or, in an awkward way to say it, where you want to pass into. You cannot change SPL in a saved search when calling it. There are limited ways to influence the output by passing CGI variables in GET method. The most obvious, and arguably the most useful one is earliest and latest. To do so, you will need to save with Time Range Picker "Yes"; and the SPL in the saved search must not have override to earliest and latest.