Skip to main content
GET
Search Slack channels

Authorizations

Authorization
string
header
required

Clerk API key. Create one in Settings → API Keys. Pass as Authorization: Bearer <key>.

Query Parameters

q
string

Case-insensitive substring match against channel name. Omit to list every accessible channel.

Example:

"releases"

cursor
string

Opaque pagination cursor from a previous response's pagination.nextCursor.

pages
integer

How many Slack API pages to fetch per call (1–10). Higher values increase latency but reduce client-side pagination. Default 2.

Required range: 1 <= x <= 10

Response

200 response

Slack channels matching the query, with pagination cursor.

data
object[]
required
pagination
object
required