get_key_activity
Debug API integrations by viewing recent requests made with your authenticated key—confirm calls reach the API, spot repeated 4xx/5xx errors, or identify slow responses via status code, duration, and timestamp.
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. |