v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
RUM Insights

Query aggregated waterfall

Get aggregated network resource waterfall data for a RUM view, sampled across multiple view instances.

post/api/v2/rum/query/insight/aggregated_waterfall

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_waterfall"
  }
}

Response

Successful response

Example response

{
  "data": {
    "attributes": {
      "application_id": "ccbc53b1-74f2-496b-bdd7-9a8fa7b7376b",
      "criteria": {
        "max": 5,
        "metric": "largest_contentful_paint",
        "min": 2.5
      },
      "from": 1762437564,
      "resources": [
        {
          "avg_duration_ms": 839.1,
          "avg_start_time_ms": 1486.3,
          "cache_hit_rate_pct": 100,
          "cached_count": 27,
          "global_p75_duration_ms": 500,
          "global_view_name_count": 3,
          "global_view_name_pct": 30,
          "http_method": "GET",
          "load_frequency_pct": 54,
          "max_duration_ms": 945.6,
          "median_duration_ms": 836.2,
          "min_duration_ms": 812.7,
          "p75_duration_ms": 844.1,
          "p95_duration_ms": 861.8,
          "resource_type": "fetch",
          "resource_url_path_group": "/api/gallery",
          "timing_breakdown": {
            "avg_connect_ms": 20,
            "avg_dns_ms": 10,
            "avg_download_ms": 135,
            "avg_first_byte_ms": 30,
            "avg_ssl_ms": 5
          },
          "total_requests": 27,
          "views_with_resource": 27
        }
      ],
      "sampled_view_ids": [
        "6fbf69b6-9455-436a-b894-a6bf64126d40",
        "dfe318df-4ae5-44b8-9fe2-4107885e1a46"
      ],
      "to": 1762523964,
      "total_cache_hit_rate_pct": 0.677,
      "view_count": 50,
      "view_name": "/account/login(/:type)"
    },
    "id": "2f0b3455",
    "type": "aggregated_waterfall"
  }
}