Vast.ai API
Accounts

Retrieve SSH Keys

1min
GET
https://console.vast.ai/api/v0/ssh/
Retrieve a list of SSH keys associated with the authenticated user's account.
Header Parameters
Authorization
*
Responses
200
A list of SSH keys.
id
user_id
key
created_at
deleted_at
401
Unauthorized access due to invalid or missing authentication token.
404
No SSH keys found for the user.