action bungie_group_v2_get_group { label: "GroupV2.GetGroup" description: "Get information about a specific group of the given ID." provider: bungie method: GET path: "/GroupV2/{groupId}/" encoding: json input: { type: "object" properties: { groupId: { type: "integer" format: "int64" } } required: ["groupId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }