hunt_flows

Plugin

ArgDescriptionType
hunt_idThe hunt id to inspect.string (required)
start_rowThe first row to show (used for paging).int64
limitNumber of rows to show (used for paging).int64

Required Permissions: READ_RESULTS

Description

Retrieve the flows launched by a hunt.

A Velociraptor hunt is just a collection of related flows. This plugin simply enumerates all the flows as part of this hunt.

You can use this to figure out if all the collections were successful by looking at the result of each flow object.