get_search_job_info
Retrieve status, properties, and messages for a Splunk search job by job ID to monitor progress or inspect errors without re-running the search.
Instructions
Get status/properties/messages for a Splunk search job by job id (sid). Use this after run_splunk_search returns a job_id when you want to poll progress or inspect errors without re-running the search.
Args: job_id (str): Splunk search job id (sid) include_raw_content (bool, optional): Include raw job.content for debugging (default: False)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| include_raw_content | No |