---
title: "List JEC channels"
method: GET
path: "/api/{cloudId}/v1/jec/channels"
tags: ["JEC"]
---

# List JEC channels

`GET /api/{cloudId}/v1/jec/channels`

Lists JEC channels according to the provided filters.
- The user should have view permission for JEC

## Query parameters

- `ownerDomain` string
- `size` string

## Response `200`

Returned if the request is successful

- JecChannelList
  - `links` JecLinks — Links of the JEC channels.
    - `next` string
  - `values` JecChannel[] — List of JEC Channels.
    - `id` string — ID of the JEC channel.
    - `name` string — Name of the JEC channel.
    - `ownerId` string — Custom Owner ID.
    - `ownerDomain` string — Public Owner Domain starts with 'public_'
    - `authorAccountId` string — ID of the author account.

## Other responses

- `422` — Returned if the payload cannot be validated.

---

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