---
title: "Retrieve a single network by ID"
method: GET
path: "/networks/{id}"
tags: ["Network"]
---

# Retrieve a single network by ID

`GET /networks/{id}`

Returns the full network record identified by `id`, scoped to the tenant identified by the `tenant-id` header. Use this endpoint when the network ID is already known; to browse all networks for a tenant use `GET /networks` instead. Requires the `READ_NETWORK` permission.

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string, required

## Response `200`

Network fetched successfully

- NetworkResponse
  - `data` object
    - `id` string, uuid
    - `name` string
    - `contractId` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `404` — Returned when no network exists with the given id for the tenant.
- `500` — Internal server error

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/563848e0ecc0/schema)
