ChartDataResponseSchema
result object[]
A list of results for each corresponding query in the request.
All requested annotation data
A list with applied filters
Unique cache key for query object
Cache timeout in following order: custom timeout, datasource timeout, cache default timeout, config default cache timeout.
Cache timestamp
A list of column names
A list of generic data types of each column
A list with results
Detected ISO 4217 currency code when AUTO mode is used. Returns the currency code if all filtered data contains a single currency or null if multiple currencies are present.
nullError
Start timestamp of time range
Is the result cached
UTC timestamp when the query was executed (ISO 8601 format)
The executed query statement. May be absent when validation errors occur.
A list with rejected filters
Amount of rows in result set
Stacktrace if there was an error
Status of the query
Possible values: [stopped, failed, pending, running, scheduled, success, timed_out]
End timestamp of time range
{
"result": [
{
"annotation_data": [
{}
],
"applied_filters": [
{}
],
"cache_key": "string",
"cache_timeout": 0,
"cached_dttm": "string",
"colnames": [
"string"
],
"coltypes": [
0
],
"data": [
{}
],
"detected_currency": null,
"error": "string",
"from_dttm": 0,
"is_cached": true,
"queried_dttm": "string",
"query": "string",
"rejected_filters": [
{}
],
"rowcount": 0,
"stacktrace": "string",
"status": "stopped",
"to_dttm": 0
}
]
}