users_conversations
List conversations the calling user can access, supporting pagination, filtering by type, archived status, and a specific user ID.
Instructions
List conversations the calling user may access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | Browse conversations by a specific user ID rather than the calling user (e.g. ``U0123``). | |
| limit | No | Maximum number of items to return per page (1-1000, default 100). | |
| types | No | Comma-separated conversation types to include: ``public_channel``, ``private_channel``, ``mpim``, ``im``. | |
| cursor | No | Pagination cursor from a previous response's ``response_metadata.next_cursor`` to fetch the next page. | |
| team_id | No | Encoded team ID to list conversations in, required for org-wide app tokens (e.g. ``T0123``). | |
| exclude_archived | No | Set to ``True`` to exclude archived channels from the list. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||