channels
Get a channel by name
Gets channel from the provided team id and channel name strings.
Permissions
read_channel permission for the channel.
get/api/v4/teams/{team_id}/channels/name/{channel_name}
Path parameters
team_idstring required
Team GUID
channel_namestring required
Channel Name
Query parameters
include_deletedboolean
Defines if deleted channels should be returned or not
Response
Channel retrieval successful
Changes
No recorded changes to this endpoint across all 1 revision of this API.