# Get a channel **GET /v1/channels/{channelId}** Get a channel ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **channelId** (string) The id of the channel ## Responses ### 200 Channel found and returned successfully #### Body: application/json (object) - **id** (string) The id of the channel. - **name** (string) The name of the channel. - **emoji** (string) The emoji of the channel - **description** (object | null) The description of the channel. - **privacy** (string) The privacy of the channel. - **autoJoin** (boolean) Whether the channel will be auto-joined by new members. - **readonly** (boolean) Whether the channel will be in read-only for non admin. - **showMembers** (boolean) Whether the channel will show its members. ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden ### 404 Channel not found [Powered by Bump.sh](https://bump.sh)