Get Real-Time Breakdown

GET {{baseUrl}}/data/v1/realtime/metrics/:REALTIME_METRIC_ID/breakdown

Gets breakdown information for a specific dimension and metric along with the number of concurrent viewers and negative impact score. This API is now deprecated, please use the Get Monitoring Breakdown API.

Request Params

KeyDatatypeRequiredDescription
dimensionstringDimension the specified value belongs to
timestampnumberTimestamp to limit results by. This value must be provided as a unix timestamp. Defaults to the current unix timestamp.
filters[]stringLimit the results to rows that match conditions from provided key:value pairs. Must be provided as an array query string parameter.

To exclude rows that match a certain condition, prepend a ! character to the dimension.

Possible filter names are the same as returned by the List Monitoring Dimensions endpoint.

Example:

  • filters[]=operating_system:windows&filters[]=!country:US | | filters[] | string | | Limit the results to rows that match conditions from provided key:value pairs. Must be provided as an array query string parameter.

To exclude rows that match a certain condition, prepend a ! character to the dimension.

Possible filter names are the same as returned by the List Monitoring Dimensions endpoint.

Example:

  • filters[]=operating_system:windows&filters[]=!country:US | | order_by | string | | Value to order the results by | | order_direction | string | | Sort order. |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":[{"concurrent_viewers":2680,"metric_value":0.008195679660675846,"negative_impact":1,"value":"FR"},{"concurrent_viewers":36,"metric_value":0.010317417106767573,"negative_impact":4,"value":"ES"},{"concurrent_viewers":30,"metric_value":0.06408818534303201,"negative_impact":2,"value":"RE"},{"concurrent_viewers":26,"metric_value":0.008232510579858339,"negative_impact":7,"value":"GB"},{"concurrent_viewers":10,"metric_value":0,"negative_impact":26,"value":"BE"}],"timeframe":[1610121421,1610121421],"total_row_count":1}