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?

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!

Splunk App for Anomaly Detection End of Life Announcement

Q: What is happening to the Splunk App for Anomaly Detection?A: Splunk is officially announcing the ...

Transforming Financial Data into Fraud Intelligence

Every day, banks and financial companies handle millions of transactions, logins, and customer interactions ...

How to send events & findings from AWS to Splunk using Amazon EventBridge

Amazon EventBridge is a serverless service that uses events to connect application components together, making ...