Dataset endpoints
Run query
Query
POST
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Available options:
legacy
, tabular
When saveAsKind is true, this parameter indicates the name of the associated dataset.
Body
application/json
start and end time for the query, these must be specified as RFC3339 strings or using relative time expressions (e.g. now-1h, now-1d, now-1w, etc)
Variables is an optional set of additional variables that are inserted into the APL
Response
200 - application/json
Format specifies the result set format. Either "legacy" (default) or "tabular".
FieldsMetaMap contains the unit information (if we have it) for each field in the given dataset entry
Matches hold the matching events of a filter query in the "legacy" result format
Tables hold the result tables in the "tabular" result format
Was this page helpful?