Recent activity feed
Most recent platform activity for the tenant — messages, agent events, and webhook deliveries — newest first. Powers the home overview’s activity widget and the Insights → Logs viewer. Use ?limit= to size the feed (default 20, max 100) and ?since_hours to bound the server-side query to the trailing N hours (max 8760) so time-range controls re-query real history instead of re-slicing a fixed top-100 feed. An always-on widget — transient database availability degrades to an empty feed (200) rather than an error.
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false Query Parameters
Number of recent activity items to return (default 20, max 100).
1 <= x <= 100Optional window bound — only return activity from the trailing N hours.
1 <= x <= 8760Response
Recent activity items in data (each with a type, timestamp, and a resource summary), within the standard { data, meta } envelope.
Recent activity items in data (each with a type, timestamp, and a resource summary), within the standard { data, meta } envelope.