Returns a paginated list of API request logs for your organization.
method, path, status_code, duration_ms, and the authentication type used for the request. Results are paginated and returned in reverse-chronological order by default.
Filter by method, route_pattern, request_id, status code range, and time range. Use sort_by and sort_dir to order by created_at, duration_ms, or status_code. The route_pattern filter matches against the parameterized path template (e.g., /v1/participants/{id}), not the actual resolved URL, which makes it easier to aggregate logs for a specific endpoint.
API key passed in the X-API-Key header.
Max results per page (1-100, default 50)
x >= 1Pagination cursor from previous response
Filter by HTTP method (e.g., GET, POST)
Filter by route pattern (e.g., /v1/events)
Filter by request ID (with or without req_ prefix)
Filter by auth type (e.g., api_key, jwt)
Minimum HTTP status code
Maximum HTTP status code
Start of time window (RFC 3339)
End of time window (RFC 3339)
Sort field
created_at, duration_ms, status_code Sort direction
asc, desc