---
title: "show connections"
method: GET
path: "/api/v0/users/cloud_integrations/"
tags: ["Accounts"]
---

# show connections

`GET /api/v0/users/cloud_integrations/`

Retrieves the list of cloud connections associated with the authenticated user.

CLI Usage: `vastai show connections`

## Response `200`

Success response

- object[]
  - `id` integer — Unique identifier for the cloud connection.
  - `cloud_type` string — Type of cloud service.
  - `name` string — User-given name for the cloud connection.

## Other responses

- `401` — Unauthorized - Invalid or missing authentication
- `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)
