---
title: "show ipaddrs"
method: GET
path: "/api/v0/users/{user_id}/ipaddrs/"
tags: ["Accounts"]
---

# show ipaddrs

`GET /api/v0/users/{user_id}/ipaddrs/`

This endpoint retrieves the history of IP address accesses for the authenticated user.

CLI Usage: `vastai show ipaddrs`

## Path parameters

- `user_id` string, required

## Response `200`

Success response with IP address history

- object
  - `success` boolean
  - `results` object[]
    - `id` integer
    - `user_id` integer
    - `ip_address` string
    - `timestamp` string, date-time

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

---

[API](https://skmtc.net/vast/apis/vast-ai-api.md) · [All operations](https://skmtc.net/vast/apis/vast-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vast/vast-ai-api/revisions/4ed14f79f796/schema)
