GET /admin.conversations.search
Search for public or private channels in an Enterprise organization.
Servers
- https://slack.com/api
Request headers
Name | Type | Required | Description |
---|---|---|---|
token |
String | Yes |
Authentication token. Requires scope: |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
query |
String | No |
Name of the the channel to query by. |
limit |
Integer | No |
Maximum number of items to be returned. Must be between 1 - 20 both inclusive. Default is 10. |
sort_dir |
String | No |
Sort direction. Possible values are |
sort |
String | No |
Possible values are |
team_ids |
String | No |
Comma separated string of team IDs, signifying the workspaces to search through. |
cursor |
String | No |
Set |
search_channel_types |
String | No |
The type of channel to include or exclude in the search. For example |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.