Get Search Job Results
get_search_job_resultsFetch a page of results from a completed Splunk search job by providing the job ID and offset. Use this to retrieve additional results when a search returns more data.
Instructions
Fetch one page of results from a completed Splunk search job. Use after run_oneshot_search, run_splunk_search, or execute_saved_search when has_more is true. Pass job_id and offset=next_offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Page size 1-100 (default 50) | |
| job_id | Yes | Splunk search job id (sid) | |
| offset | No | Result offset (default 0) |