Skip to main content
GET
API Key Requests
This endpoint is readable only from a dashboard session. Calling it with an API key answers 403 API_KEY_SCOPE_DENIED, so a leaked key cannot read its own history.

Query

string
Filter to requests made with one key (APIApiKey.id).
string
Start of the window (ISO 8601). Defaults to 30 days before to.
string
End of the window (ISO 8601). Defaults to now. A window wider than 30 days answers 400 RANGE_EXCEEDS_RETENTION.
integer
default:"1"
Page number.
integer
default:"50"
Items per page, at most 200.
boolean
default:"false"
Only requests that answered 4xx/5xx.

Response

PaginationMeta<APIUserApiKeyRequestEvent>
Paginated list, newest first.

Errors

Query strings and headers other than Content-Length and User-Agent are never recorded. Bodies are recorded only on an explicit allowlist of routes that carry no secrets, capped at 4 KB and passed through secret redaction; on every other route both fields are null.