List Request Log
Authentication
Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.
Headers
Query parameters
Max items per page (default 50, max 200).
Inclusive start of the window (RFC-3339). Defaults to 7 days ago; the window is capped at 30 days.
Exclusive end of the window (RFC-3339). Defaults to now.
Filter by HTTP method. Repeatable, or comma-separated.
Filter by exact response status code. Repeatable, or comma-separated.
Substring match against the matched route pattern (e.g. /v1/audio).
Filter to a single user principal (the user_… external id).
Filter to a single API-key principal (the key_… external id).
Keep only requests at or above this latency (milliseconds).
Keep only requests at or below this latency (milliseconds).
Response headers
Response
Opaque keyset cursor for the next page. Pass back as the
cursor request parameter. null when the caller has
reached the end of the list (has_more is also false
in that case).