List Slack Channels

List public and private channels visible to the connected Slack installation.

Authentication

AuthorizationBearer

Bearer token authentication using JWT tokens from Ory Kratos/Hydra

Path parameters

org_idstringRequiredformat: "uuid"
The organization ID
project_idstringRequiredformat: "uuid"
The project ID
installation_idstringRequiredformat: "uuid"

Response

Successful Response
idstring
Slack channel ID.
namestring
Slack channel name.
is_privateboolean
Whether this is a private channel.
is_archivedboolean
Whether this channel is archived.
is_memberboolean or null
Whether the installed bot is a member of this channel, when reported by Slack.

Errors

400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error