action snyk_retrieve_ignore { label: "Retrieve ignore" description: "" provider: snyk method: GET path: "/org/{orgId}/project/{projectId}/ignore/{issueId}" encoding: json input: { type: "object" properties: { issueId: { type: "string" } orgId: { type: "string" } projectId: { type: "string" } } required: ["issueId", "orgId", "projectId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }