provider conversations GET /conversations.info
@utdk/slack /conversations.info
conversations_info
Retrieve information about a conversation.
token query
Authentication token. Requires scope: `conversations:read`
string
channel query
Conversation ID to learn more about
string
include_locale query
Set this to `true` to receive the locale for this conversation. Defaults to `false`
boolean
include_num_members query
Set to `true` to include the member count for the specified conversation. Defaults to `false`
boolean

Try it

Authentication
Configure credentials for Slack Web API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

conversationsInfo
GET/conversations.info
Retrieve information about a conversation.

Authentication token. Requires scope: `conversations:read`

Conversation ID to learn more about

Set this to `true` to receive the locale for this conversation. Defaults to `false`

Set to `true` to include the member count for the specified conversation. Defaults to `false`

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.conversationsInfo()