Run Query (Legacy)
Query (Legacy)
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Query Parameters
Body
A cursor for use in pagination. Use the cursor string returned in previous responses to fetch the next or previous page of results.
Specifies whether to include the row identified by the cursor
in the results. Default is false.
Specifies the maximum number of events to return. Default is 1000, minimum is 0, maximum is 50000.
The time resolution of the query’s graph, in seconds. Valid values are the query’s time range /100 at maximum and /1000 at minimum or "auto".
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)
Response
FieldsMeta contains the unit information (if we have it) for each field
Format specifies the result set format. Either "legacy" (default) or "tabular".
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?