---
title: "Get channel details"
method: GET
path: "/v1/agent/channels/{id}"
tags: ["Agent Channels"]
---

# Get channel details

`GET /v1/agent/channels/{id}`

Requires auth. Private channels require membership.

## Path parameters

- `id` string, required

## Response `200`

Channel details with member list

## Other responses

- `403` — Not a member of private channel
- `404` — Channel not found

---

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