get_key_activity
Debug integration issues by viewing recent API requests made with your key, including endpoint, status code, duration, and timestamp. Identify failed or slow calls.
Instructions
Recent, per-request API activity log for the authenticated key. Returns the most recent HTTP requests made with the authenticated API key, most recent first, including the endpoint path, response status code, duration in milliseconds, and timestamp. Use this to debug integration issues — confirm a specific call reached the API, check for repeated 4xx/5xx responses, or spot slow requests — rather than for usage trends; for aggregate daily counts use GET /v1/keys/usage/history instead. Requires a valid X-Api-Key (401 without one).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of most-recent requests to return. Defaults to 100, maximum 200. |