action bungie_group_v2_get_group_optional_conversations { label: "GroupV2.GetGroupOptionalConversations" description: "Gets a list of available optional conversation channels and their settings." provider: bungie method: GET path: "/GroupV2/{groupId}/OptionalConversations/" encoding: json input: { type: "object" properties: { groupId: { type: "integer" format: "int64" } } required: ["groupId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }