team_external_teams_list
List external teams and their statuses, with filters for connection status, workspace, and Slack Connect preferences. Sort results by team name or last active timestamp.
Instructions
List external teams and their statuses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return per page. | |
| cursor | No | Pagination cursor from a previous response's ``response_metadata.next_cursor``. | |
| sort_field | No | Field to sort results by (e.g. ``team_name``, ``last_active_timestamp``). | |
| sort_direction | No | Direction to sort results, ``asc`` or ``desc``. | |
| workspace_filter | No | Filter results to specific workspaces by encoded team ID (e.g. ``["T0123"]``). | |
| connection_status_filter | No | Filter results by connection status (e.g. ``CONNECTED``, ``DISCONNECTED``). | |
| slack_connect_pref_filter | No | Filter results by Slack Connect preferences (e.g. ``["approved_orgs_only"]``). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||