---
title: "Get all enabled networks"
method: GET
path: "/api/v1/network/enabled"
tags: ["networks"]
---

# Get all enabled networks

`GET /api/v1/network/enabled`

Returns the enabled-networks catalog (ID, name, alias) from cache. Accessible to any authenticated user — exposes only non-sensitive metadata. On cache miss, rebuilds the index from the database.

## Headers

- `x-sdk-version` string, required

## Response `200`

Enabled networks index

- GetEnabledNetworksResponseDto
  - `networks` EnabledNetworkItemDto[], required
    - `networkId` string, required — Network UUID
    - `name` string, required — Human-readable network name
    - `alias` string, required — Network alias used by event producers

## Changes

- **2026-04-21** `bdac7e47d1c2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/oumla/apis/oumla-core-server/changes/api/v1/network/enabled/get.md)

---

[API](https://skmtc.dev/oumla/apis/oumla-core-server.md) · [All operations](https://skmtc.dev/oumla/apis/oumla-core-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oumla/oumla-core-server/revisions/2154835230b5/schema)
