Plugin
Arg | Description | Type |
---|---|---|
artifact | The artifact to retrieve | string |
source | An optional source within the artifact. | string |
hunt_id | The hunt id to read. | string (required) |
brief | If set we return less columns. | bool |
Required Permissions: READ_RESULTS
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.