---
title: "List All Channels"
method: GET
path: "/api/realtime/channels"
tags: ["Channels"]
---

# List All Channels

`GET /api/realtime/channels`

Retrieve all configured realtime channels

## Response `200`

List of channels

- Channel[]
  - `id` string, uuid, required — Unique identifier for the channel
  - `pattern` string, required — Channel pattern for subscription matching. Uses SQL LIKE wildcards, for example "order:%".
  - `description` string, nullable — Human-readable description of the channel
  - `webhookUrls` string[], nullable — URLs to receive webhook notifications for messages on this channel
  - `enabled` boolean, required — Whether the channel is currently active
  - `createdAt` string, date-time, required — Timestamp when the channel was created
  - `updatedAt` string, date-time, required — Timestamp when the channel was last updated

---

[API](https://skmtc.net/insforge/apis/insforge-authentication-api.md) · [All operations](https://skmtc.net/insforge/apis/insforge-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/insforge/insforge-authentication-api/revisions/a935bb49f932/schema)
