conversations_request_shared_invite_list
List shared channel invite requests, with options to filter by status, user, and specific IDs.
Instructions
List shared channel invite requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of requests to return per page. | |
| cursor | No | Pagination cursor from ``response_metadata.next_cursor`` in a prior response. | |
| user_id | No | Only return requests made by this user ID. | |
| invite_ids | No | Restrict results to these specific invite request IDs. | |
| include_denied | No | Include denied requests in the results. | |
| include_expired | No | Include expired requests in the results. | |
| include_approved | No | Include already-approved requests in the results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||