Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Basic Parameters

ParameterDescription
Last Job StatusLast known status of the Search Job. Used to return immediately upon status change if the status was queued.
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