action snyk_list_all_entitlements { label: "List all entitlements" description: "" provider: snyk method: GET path: "/org/{orgId}/entitlements" encoding: json input: { type: "object" properties: { orgId: { type: "string" } } required: ["orgId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }