usage_me_recent_ips
Retrieves recent client IP addresses from your API traffic, ordered by last seen time.
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 |
|---|---|---|---|
| range | No | Time range preset. Defaults to the current billing period. | |
| limit | No | Maximum IPs to return. Defaults to 20 and clamps to 100. | |
| from | No | Custom lower bound in RFC3339 format when range=custom | |
| to | No | Custom upper bound in RFC3339 format when range=custom |