Raw NetFlow session records may be retrieved from FlowTraq storage API via:

GET https://example.com/flowtraq/api/v1/sessions

The response will contain either the resulting data table or an error message:

Parameter NameValueNotes
columns[string]An array of column names.
data[[string]]An array of rows, one session per row. Values in each row correspond to the column names in the columns field.
summary[string]A total byte and session count of the query.
errorstringOnly returned if the request failed.