Skip to main content

List Conversations

ListConversations lists the conversations in a workspace.

It calls GET https://slack.com/api/conversations.list.

The activity has 4 tabs: Configuration, Auth, Input, and Output.

Configuration

FieldRequiredDescription
NameOptionalName of the step, should be unique within this workflow.
DescriptionOptionalDescribe the purpose or function of this step.
TokenOptionalEnter the authentication token for the request.
Exclude ArchivedOptionalWhether to exclude archived items from the results.
TypesOptionalEnter the types to filter the results.
LimitOptionalMaximum number of results to return.
CursorOptionalEnter the cursor for pagination.

Auth

FieldRequiredDescription
Auth TypeOptionalSelect the authentication method for the request. Options: No Auth, OAuth 2.
Auth ResourceOptionalOAuth resource containing credentials.

Input

This activity is built on the REST Client, so the Input tab is the generic HTTP request rather than a Slack-shaped payload.

FieldRequiredData TypeDescription
TargetRequiredObjectThe HTTP request.

Output

The activity returns an httpResponse object.

FieldData TypeDescription
status.codeIntegerNumeric HTTP status code.
status.messageStringShort message associated with the HTTP status.
headersObjectHTTP response headers.
bodyObjectParsed body of the response.
note

The output schema for this activity declares the response body without describing its properties, so no response fields are listed here.