Skip to main content

Get Search Job Results

Get search job results by given ID.

External Documentation

To learn more, visit the Cribl documentation.

Basic Parameters

ParameterDescription
End TimeThe end of the time query range. Note that it is exclusive.
Search Job IDThe UUID of the search job to get. Can be retrieved from the List Search Jobs action.
Start TimeThe start of the time query range. Note that it is inclusive.

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 with Cribl and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop