action snyk_list_all_ignores { label: "List all ignores" description: "Temporary ignores include an `expires` attribute, while permanent ignores do not." provider: snyk method: GET path: "/org/{orgId}/project/{projectId}/ignores" encoding: json input: { type: "object" properties: { orgId: { type: "string" } projectId: { type: "string" } } required: ["orgId", "projectId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }