---
title: "List P2P instances"
method: GET
path: "/instance"
tags: ["instances"]
---

# List P2P instances

`GET /instance`

List all p2p instances

## Response `200`

Sucessful operation

- Instance[]
  - `hash` string
  - `interface` Interface
    - `name` string
    - `ip` string
    - `mac` string
  - `port` string — Specific UDP port or port range [from-to]
  - `key` Key
    - `key` string
    - `keyfile` string
    - `until` string

## Other responses

- `503` — Service unavailable

---

[API](https://skmtc.net/subutai-io/apis/subutai-p2p.md) · [All operations](https://skmtc.net/subutai-io/apis/subutai-p2p/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/subutai-io/subutai-p2p/versions/9160372d4103/schema)
