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

# Get a network by id

`GET /networks/{id}`

Get a network by id

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string, required

## Response `200`

Network fetched successfully

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

## Other responses

- `400` — Bad Request
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `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/3d27e9019c7b/schema)
