Get Search Job Results
Get search job results by given ID.
External Documentation
To learn more, visit the Cribl documentation.
Basic Parameters
Parameter | Description |
---|---|
End Time | The end of the time query range. Note that it is exclusive. |
Search Job ID | The UUID of the search job to get. Can be retrieved from the List Search Jobs action. |
Start Time | The start of the time query range. Note that it is inclusive. |
Advanced Parameters
Parameter | Description |
---|---|
Limit | The amount of events to return. |
Offset | The 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
Preview this Workflow on desktop