action bungie_destiny2_get_post_game_carnage_report { label: "Destiny2.GetPostGameCarnageReport" description: "Gets the available post game carnage report for the activity ID." provider: bungie method: GET path: "/Destiny2/Stats/PostGameCarnageReport/{activityId}/" encoding: json input: { type: "object" properties: { activityId: { type: "integer" format: "int64" } } required: ["activityId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }