Splunk Enterprise

How to get the search query from a search sid using restful API?

patng_nw
Communicator

I have a search SID, and currently I am getting its result using the API api/search/jobs/<sid>/results

However, I also need to access the search query string behind this search result.  Is there an API for getting that?

Labels (1)
0 Karma
1 Solution

493669
Super Champion

Hi @patng_nw 

Use below spl query and add necessary sid then request.search will provide the required search query string

| rest /services/search/jobs/<sid>| table sid title eai:acl.app eai:acl.owner request.search

 


-----------------------------------------------------------------------------------------------------------------------------------
If this reply helps do upvote the answer.

View solution in original post

0 Karma

493669
Super Champion

Hi @patng_nw 

Use below spl query and add necessary sid then request.search will provide the required search query string

| rest /services/search/jobs/<sid>| table sid title eai:acl.app eai:acl.owner request.search

 


-----------------------------------------------------------------------------------------------------------------------------------
If this reply helps do upvote the answer.

0 Karma

patng_nw
Communicator

It works.  Thanks a lot!

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...