usage_recent_ips
Retrieve recent client IP addresses for your API traffic, sorted by last seen time, to audit access and spot unauthorized usage.
Instructions
Get current user's recent API client IPs. Returns recent client IP addresses observed for the JWT-authenticated user's product API traffic, ordered by last seen time. Console, billing, usage, and user-management endpoints are excluded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Custom upper bound in RFC3339 format when range=custom | |
| from | No | Custom lower bound in RFC3339 format when range=custom | |
| limit | No | Maximum IPs to return. Defaults to 20 and clamps to 100. | |
| range | No | Time range preset. Defaults to the current billing period. |