---
title: "get proxy"
method: GET
path: "/proxy/{proxyKey}"
tags: ["Proxy"]
---

# get proxy

`GET /proxy/{proxyKey}`

Get details for a single proxy

## Path parameters

- `proxyKey` string, required

## Response `200`

a result containing a single proxy

- ProxyResult
  - `result` Proxy
    - `name` string, required
    - `zone_key` string, required
    - `domain_keys` string[]
    - `listener_keys` string[]
    - `proxy_key` string, required
    - `checksum` string, required

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/turbinelabs/apis/turbine-labs-api.md) · [All operations](https://skmtc.net/turbinelabs/apis/turbine-labs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/turbinelabs/turbine-labs-api/versions/47fce18aa12f/schema)
