---
title: "List of all available channels with description and details of each"
method: GET
path: "/misc/channel"
tags: ["misc"]
---

# List of all available channels with description and details of each

`GET /misc/channel`

Returns a list of channels that can be used with call flows

## Query parameters

- `limit` integer
- `offset` integer
- `filter` string[]

## Response `200`

An array of channel records

- Channel[]
  - `channel_id` integer — The unique identifier for the channel definition
  - `category` string — The main category for the channel
  - `sub_category` string — The secondary category for the channel
  - `combined_category` string — The main category and secondary category separated by a colon
  - `channel_created` string, date-time — The date that the channel was added

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/convirza/apis/convirza-apis.md) · [All operations](https://skmtc.net/convirza/apis/convirza-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/convirza/convirza-apis/versions/ccf9bbe34f5a/schema)
