Skip to main content
GET
API request logs for the tenant

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Headers

X-Test-Mode
enum<string>

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.

Available options:
true,
false

Query Parameters

limit
integer

Page size (default 50, max 100).

Required range: 1 <= x <= 100
cursor
string

Pagination cursor from a previous response's next_cursor.

method
string

HTTP method filter (e.g. GET, POST).

status
string

HTTP status filter (e.g. 200, 4xx, 5xx).

path
string

Request path substring filter.

days
integer

Trailing window in days (capped at 365). An explicit start_date / end_date pair takes precedence.

Required range: 1 <= x <= 365
start_date
string

Window start date in YYYY-MM-DD. Must be used together with end_date.

end_date
string

Window end date in YYYY-MM-DD. Must be used together with start_date.

api_key
string

API-key prefix filter — only requests made with keys matching this prefix.

request_id
string

Exact request correlation id — drill down to a single request.

Response

Request logs in dataentries (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 dataentries (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.