Get summary data for multiple indices
GET/api/v1/summaries
Request
Query Parameters
ids stringrequired
Up to 30 index IDs seperated by commas
Responses
- 200
successful operation
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
serverTime date-time
error stringnullable
description of error in natural language, absent in case of successful operation
payload
object
nullable
The response data
property name*
Summary
nullable
The response data
value stringnullable
Most recently published index value, using scientific notation if an exponent is needed
time int64nullable
Milliseconds since Unix epoch of most recent value
last24Hours
object[]
Published values and times from the last 24 hours
value string
Published index value, using scientific notation if an exponent is needed
time int64
Time of value publication in milliseconds since Unix epoch
{
"serverTime": "2025-03-14T11:11:34.513Z",
"error": "string",
"payload": {}
}
Loading...