---
title: "List Channels"
method: GET
path: "/networks/channels"
tags: ["Channels"]
---

# List Channels

`GET /networks/channels`

## Response `200`

- object
  - `channels` Channel[] — List of channels.
    - `network_channel_id` integer — Unique channel ID.
    - `network_id` integer — Network ID.
    - `name` string — Channel name.
    - `status` 'active' | 'inactive' — Channel status.
    - `time_created` integer — Unix timestamp of creation.
    - `time_saved` integer — Unix timestamp of last update.
    - `relationship` object — Related data.

---

[API](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
