Skip to main content
GET
GET
Returns aggregated Real User Monitoring data collected from live visitors via the injected RUM script. Includes Core Web Vitals (LCP, FID, CLS, INP), session counts, and page-level performance breakdown.
RUM data is only available after the tracking snippet has been installed on the website and traffic has been recorded.

Query Parameters

string
required
UUID of the website to retrieve RUM data for.
string
Start of the date range in YYYY-MM-DD format. Defaults to 30 days ago.
string
End of the date range in YYYY-MM-DD format. Defaults to today.

Response

boolean
true on a successful request.
integer
Total number of user sessions recorded in the date range.
number
75th percentile Largest Contentful Paint in milliseconds.
number
75th percentile First Input Delay in milliseconds.
number
75th percentile Cumulative Layout Shift score.
number
75th percentile Interaction to Next Paint in milliseconds.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

website_id
string<uuid>
required
from_date
string<date>
to_date
string<date>

Response

200

RUM metrics