---
title: "List Event Channels"
method: GET
path: "/event_channels"
tags: ["event_channels", "Event Channels"]
---

# List Event Channels

`GET /event_channels`

List Event Channels

## Query parameters

- `cursor` string
- `per_page` integer

## Response `200`

A list of EventChannels objects.

- EventChannelEntity[]
  - `id` integer — Event Channel ID
  - `name` string — Event Channel name.
  - `workspace_id` integer — Workspace ID. 0 means the default workspace.
  - `description` string — Event Channel description.
  - `enabled` boolean — Whether this Event Channel can dispatch events.
  - `default_channel` boolean — Whether this Event Channel is the default destination for newly published events.
  - `created_at` string, date-time — Event Channel create date/time.
  - `updated_at` string, date-time — Event Channel update date/time.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

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