External DocumentationTo learn more, visit the Splunk documentation.
Actions
Get Search Job Results
Access the search results by a specific search’s ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Output Mode | Specifies the format for the returned output. |
| Search ID | The ID of the search for which to get results. |
| Parameter | Description |
|---|---|
| Add Summary To Metadata | Select to include field summary statistics in the response. |
| Count | The maximum number of results to return. If value is set to 0, then all available results are returned. |
| Offset | The first result (inclusive) from which to begin returning data. This value is 0-indexed. Default value is 0. In 4.1+, negative offsets are allowed and are added to count to compute the absolute offset (for example, offset=-1 is the last available offset). Offsets in the results are always absolute and never negative. |
{
"preview": false,
"init_offset": 0,
"messages": [],
"fields": [
{
"name": "<string>"
}
],
"results": [
{
"_time": "2025-05-23T03:30:12.000-05:00"
}
],
"highlighted": {}
}
Was this page helpful?