hunt_results

Plugin

ArgDescriptionType
artifactThe artifact to retrievestring
sourceAn optional source within the artifact.string
hunt_idThe hunt id to read.string (required)
briefIf set we return less columns (deprecated).bool
orgsIf set we combine results from all orgs.list of string

Required Permissions: READ_RESULTS

Description

Retrieve the results of a hunt.

This plugin essentially iterates over all flows in the hunt and reads out all collected rows for each client in the same table.

It is equivalent to the source() plugin in the hunt notebook context.