action sendgrid_get_asm_groups_group_id_suppressions { label: "Retrieve all suppressions for a suppression group" description: "**This endpoint allows you to retrieve all suppressed email addresses belonging to the given group.**" provider: sendgrid method: GET path: "/asm/groups/{group_id}/suppressions" encoding: json output: { type: "array" description: "The list of email addresses belonging to the given suppression group." items: { type: "string" format: "email" } } }