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

# Get JEC channel

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

Returns JEC channel

## Path parameters

- `id` string, required

## Response `200`

Returned if the request is successful.

- JecChannelWithApiKey
  - `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.
  - `apiKey` string — API Key to be configured in JEC client.

## Other responses

- `404` — Returned if JEC channel is not found
- `422` — Returned if the payload is not 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)
