Raw Records Search
Values that can be used for the field parameter in subsequent search API calls
Data category or event type to query (e.g., alerts, audit logs, blocked traffic, network flows, DNS queries)
An object which contains response metadata information and a data array of Fields.
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Retrieves a list of individual events or records for the specified context over a given time range. This call takes advantage of the Netography Query Language via the search parameter.
Data category or event type to query (e.g., alerts, audit logs, blocked traffic, network flows, DNS queries)
Search configuration schema for querying data. This schema defines the parameters used to filter and retrieve records from a dataset.
When the search should begin. Timestamp or negative number of seconds to look back.
-7200When the search should end. Timestamp, 0 for now or negative number of seconds to look back.
0Number of results to return. To avoid timeouts on large datasets, we recommend setting this value.
100Used in pagination. Combination of from + size
Array of fields you want returned as part of the records. Default is ALL fields.
A NQL search filter for constraining the dataset.
bits > 1000An object which contains response metadata information and a data array of records
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Last updated