get_search_job_info
Retrieve status, properties, and messages for a Splunk search job using its job ID. 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Splunk search job id (sid) | |
| include_raw_content | No | Include raw job.content for debugging (default: False) |