get_key_activity
View recent HTTP requests made with your API key to debug integration issues. Check response status codes, durations, and timestamps to confirm calls reached the API or identify errors and slow requests.
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. |