---
title: "get zone"
method: GET
path: "/zone/{zoneKey}"
tags: ["Zone"]
---

# get zone

`GET /zone/{zoneKey}`

Get details for a single zone

## Path parameters

- `zoneKey` string, required

## Response `200`

a result containing a single zone

- ZoneResult
  - `result` Zone
    - `checksum` string, required
    - `zone_key` string, required
    - `name` 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)
