cURL
curl --request GET \ --url https://console.vast.ai/api/v0/users/{user_id}/ipaddrs/ \ --header 'Authorization: Bearer <token>'
{ "success": true, "results": [ { "id": 123, "user_id": 456, "ip_address": "192.168.1.1", "timestamp": "2023-10-01T12:00:00Z" } ] }
This endpoint retrieves the history of IP address accesses for the authenticated user.
CLI Usage: vastai show ipaddrs
vastai show ipaddrs
API key must be provided in the Authorization header
The ID of the user whose IP address history is being retrieved.
Success response with IP address history
true
Show child attributes
123
456
"192.168.1.1"
"2023-10-01T12:00:00Z"