Get search job results poll by its ID.
External DocumentationTo learn more, visit the Cribl documentation.

Basic Parameters

ParameterDescription
Search Job IDThe ID of the search job to get. This value can be retrieved using the List Search Jobs action.

Advanced Parameters

ParameterDescription
LimitThe amount of events to return.
OffsetThe offset of the returned events.

Example Output

{
	"isFinished": true,
	"job": "string",
	"limit": 0,
	"offset": 0,
	"persistedEventCount": 0,
	"totalEventCount": 0
}

Workflow Library Example

Get Search Job Results Poll with Cribl and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop