action semantria_get_blacklist { label: "Retrieve blacklisted items" description: "This method retrieves all backlisted items available on Semantria side." provider: semantria method: GET path: "/blacklist.{content_type}" encoding: json input: { type: "object" properties: { config_id: { type: "string" } content_type: { type: "string" } } required: ["content_type"] additionalProperties: false } output: { type: "object" additionalProperties: true } }