---
title: "List Channels"
method: GET
path: "/agents/{agent_id}/channels"
tags: ["agents"]
---

# List Channels

`GET /agents/{agent_id}/channels`

List all channels for an agent.

## Path parameters

- `agent_id` string, uuid, required

## Response `200`

Successful Response

- AgentChannelResponse[]
  - `channel_type` string, required
  - `channel_config` object
  - `is_active` boolean
  - `id` string, uuid, required
  - `agent_id` string, uuid, required
  - `webhook_url` string, nullable
  - `is_verified` boolean, required
  - `verification_error` string, nullable
  - `last_message_at` string, date-time, nullable
  - `message_count` integer, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
