v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBRUM Insights
Query aggregated long tasks
Get aggregated long task data for a RUM view, grouped by invoker type and sampled across multiple view instances.
post/api/v2/rum/query/insight/aggregated_long_tasks
Request body
Example request
{
"data": {
"attributes": {
"application_id": "ccbc53b1-74f2-496b-bdd7-9a8fa7b7376b",
"criteria": {
"max": 5,
"metric": "largest_contentful_paint",
"min": 2.5
},
"filter": "@session.type:user",
"from": 1762437564,
"sample_size": 20,
"to": 1762523964,
"view_name": "/account/login(/:type)"
},
"type": "aggregated_long_tasks"
}
}Response
Successful response