External DocumentationTo learn more, visit the Cribl documentation.
Actions
Get Search Job Results Poll
Get search job results poll by its 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 |
|---|---|
| Last Job Status | Last known status of the Search Job. Used to return immediately upon status change if the status was queued. |
| Search Job ID | The ID of the search job to get. This value can be retrieved using the List Search Jobs action. |
| Parameter | Description |
|---|---|
| Limit | The amount of events to return. |
| Offset | The offset of the returned events. |
{
"isFinished": true,
"job": "string",
"limit": 0,
"offset": 0,
"persistedEventCount": 0,
"totalEventCount": 0
}
Was this page helpful?