Skip to main content
Get a list of public channels in a team. Required Permissions: list_team_channels.
External DocumentationTo learn more, visit the Mattermost documentation.

Parameters

ParameterDescription
PageThe page number to retrieve, starting at 0.
Per PageThe maximum number of items to retrieve per page.
Return All PagesAutomatically fetch all resources, page by page.
Team IDThe ID of the team.

Example Output

[
	{
		"id": "string",
		"create_at": 0,
		"update_at": 0,
		"delete_at": 0,
		"team_id": "string",
		"type": "string",
		"display_name": "string",
		"name": "string",
		"header": "string",
		"purpose": "string",
		"last_post_at": 0,
		"total_msg_count": 0,
		"extra_update_at": 0,
		"creator_id": "string"
	}
]

Workflow Library Example

Get Public Channels by Team with Mattermost and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop