@argusdev/sdk-browser ≥ 0.2). Both endpoints aggregate over a bounded time window you control with the days query parameter.
Authentication
Both endpoints require an active session. Requests without a valid session cookie return401 Unauthorized.
Query Parameters (both endpoints)
Aggregation window in days. Allowed range
1–30.List Transactions
Returns transactions grouped by name, with percentile durations computed over the window (up to the most recent 5,000 rows). Sorted by count descending, top 50 groups.The ID of the project whose transactions you want to retrieve.
Example Request
Example Response
Get Web Vitals
Returns the p75 (web-vitals reporting standard) for each core vital across the window, with a rating per web.dev thresholds and the number of samples behind it. A vital with no samples isnull.
The ID of the project whose web vitals you want to retrieve.
Example Request
Example Response
rating is one of good, needs-improvement, or poor. LCP/FCP/TTFB are in milliseconds; CLS is unitless.
Response Codes
| Status | Meaning |
|---|---|
200 | Request succeeded. |
401 | Not authenticated — no valid session. |
404 | Project not found, or not in your organization. |