API request logs for the tenant
Paginated API request logs for this tenant — the Developer → Request Logs viewer. Filter by method, status, path, api_key (API-key prefix), or request_id; bound the window with days or a start_date / end_date pair; page with cursor (and limit, max 100, default 50). Each entry carries timestamp, method, path, status, latency in ms, caller IP, user agent, request id, response size, and the W3C trace id for cross-system correlation.
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
Page size (default 50, max 100).
1 <= x <= 100Pagination cursor from a previous response's next_cursor.
HTTP method filter (e.g. GET, POST).
HTTP status filter (e.g. 200, 4xx, 5xx).
Request path substring filter.
Trailing window in days (capped at 365). An explicit start_date / end_date pair takes precedence.
1 <= x <= 365Window start date in YYYY-MM-DD. Must be used together with end_date.
Window end date in YYYY-MM-DD. Must be used together with start_date.
API-key prefix filter — only requests made with keys matching this prefix.
Exact request correlation id — drill down to a single request.
Response
Request logs in data — entries (each with timestamp, method, path, status, latency_ms, ip, user_agent, request_id, response_size, trace_id) and next_cursor (null when no further page) — within the standard { data, meta } envelope.
Request logs in data — entries (each with timestamp, method, path, status, latency_ms, ip, user_agent, request_id, response_size, trace_id) and next_cursor (null when no further page) — within the standard { data, meta } envelope.