# /me/api-keys/audit - List current user's API key audit trail **GET /me/api-keys/audit** Audit trail for the current user's API keys: lifecycle events (created, revoked) and security failures (use of a revoked/expired key, suspended owner, wrong secret, rate limiting). Successful per-request use is not recorded here. Interactive-session only — cannot be called with an API key. ## Servers - Backend API server (port 8080): https://api.your-domain.com/api (Backend API server (port 8080)) - Collect API server (port 8081): https://collect.your-domain.com/api (Collect API server (port 8081)) ## Authentication methods - Bearer auth ## Parameters ### Query parameters - **page** (integer) - **page_size** (integer) - **event** (string) Filter by event type - **api_key_id** (string) Filter by a specific key id ## Responses ### 200 Audit trail retrieved successfully #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object) ### 401 Unauthorized - invalid or missing token #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 403 Forbidden - insufficient permissions #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 500 Internal server error #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) [Powered by Bump.sh](https://bump.sh)