POST
/
datasets
/
{id}
/
query

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

Query Parameters

saveAsKind
string
streaming-duration
string
nocache
boolean

Body

application/json
aggregations
object[]
continuationToken
string
cursor
string
endTime
string
required
filter
object
groupBy
string[]
includeCursor
boolean
limit
integer
order
object[]
project
object[]
queryOptions
object
resolution
string
required

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".

startTime
string
required

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)

virtualFields
object[]

Response

200 - application/json
buckets
object
required
fieldsMeta
object[]

FieldsMeta contains the unit information (if we have it) for each field

format
string
required

Format specifies the result set format. Either "legacy" (default) or "tabular".

matches
object[]

Matches hold the matching events of a filter query in the "legacy" result format

status
object
required
tables
object[]

Tables hold the result tables in the "tabular" result format