---
title: "Get all networks"
method: GET
path: "/networks"
tags: ["Network"]
---

# Get all networks

`GET /networks`

Returns a list of networks for the provided tenant. The networks are returned sorted by creation date, with the most recent networks appearing first.

## Query parameters

- `page` integer
- `size` integer

## Headers

- `tenant-id` string, required

## Response `200`

Returned if the request is successful.

- GetAllNetworksResponse
  - `totalCount` integer
  - `records` NetworkResponseSchema[]
    - `data` object
      - `id` string, uuid
      - `name` string
      - `contractId` string

## Other responses

- `400` — Returned if the request is invalid. `tenant-id` and `user-id` headers are required.
- `401` — Returned if the request is unauthorized. Authentication required.
- `403` — Returned if the request is forbidden. Insufficient permissions.
- `500` — Returned if the request is an internal server error.
- `502` — Returned if the request is a bad gateway. Downstream service error.
- `503` — Returned if the request is a service unavailable. Network connectivity issues.

---

[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)
