For running jobs - try this from the GUI - see the link for curl base CLI command | rest splunk_server=local /services/search/jobs
| fields author title, updated, search, runDuration, provenanc...
See more...
For running jobs - try this from the GUI - see the link for curl base CLI command | rest splunk_server=local /services/search/jobs
| fields author title, updated, search, runDuration, provenance, latestTime, owner eai:acl.app, diskUsage
| rename author AS user eai:acl.app AS app title AS search_code
| eval diskUsage_MB = round(diskUsage/1024/1024,2)
| table user search_code, updated, search, runDuration, provenance, latestTime, owner, app diskUsage_MB Here's the Rest API and others https://docs.splunk.com/Documentation/Splunk/9.2.1/RESTREF/RESTsearch#search.2Fjobs