---
title: "Retrieves a single circuit"
method: GET
path: "/circuits/{id}"
tags: ["Circuit"]
---

# Retrieves a single circuit

`GET /circuits/{id}`

Retrieves a single circuit by id. Requires admin access.

## Response `200`

A single circuit

- DetailCircuitEnvelope
  - `meta` Meta, required
    - `filterableFields` string[]
    - `pagination` Pagination
      - `limit` number, required
      - `offset` number, required
      - `totalCount` number, required
    - `apiEnrollmentVersion` string
    - `apiVersion` string
  - `data` CircuitDetail, required — Fields shared by all Edge API entities
    - `id` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `_links` Links, required — A map of named links
    - `tags` Tags, required
    - `clientId` string
    - `service` EntityRef, required — A reference to another resource and links to interact with it
      - `entity` string
      - `id` string
      - `name` string
      - `_links` Links — A map of named links
    - `terminator` EntityRef, required — A reference to another resource and links to interact with it
      - `entity` string
      - `id` string
      - `name` string
      - `_links` Links — A map of named links
    - `path` Path, required
      - `nodes` EntityRef[]
        - `entity` string
        - `id` string
        - `name` string
        - `_links` Links — A map of named links
      - `links` EntityRef[]
        - `entity` string
        - `id` string
        - `name` string
        - `_links` Links — A map of named links

## Other responses

- `401` — The currently supplied session does not have the correct access rights to request this resource
- `404` — The requested resource does not exist
- `429` — The resource requested is rate limited and the rate limit has been exceeded

---

[API](https://skmtc.net/openziti/apis/ziti-fabric.md) · [All operations](https://skmtc.net/openziti/apis/ziti-fabric/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openziti/ziti-fabric/revisions/b899875c8f57/schema)
