Time series
get

Returns configurations of all time series in application(s).

Time series data
get

Returns the most recent time series data.

post

Returns the most recent time series data.

get

Returns historical time series data within the specified time range. Each data point in the response contains ingestionTimestamp (ISO 8601, UTC) — the server-assigned time when the data point was ingested by the platform.

post

Returns historical time series data within the specified time range. Each data point in the response contains ingestionTimestamp (ISO 8601, UTC) — the server-assigned time when the data point was ingested by the platform.

post

Deletes series from application.

post

Retrieves a paginated list of the latest time series data records.

post

Deletes time series data within a specified time range.

Time series data by application version
put

Updates time series data for the specified endpoints.

Time series data structure must match the configured time series definition (explicit JSON null values are permitted for any data point value). Data points with the same timestamp are re-writen on subsequent updates.