action semantria_get_phrases { label: "Retrieve sentiment-bearing phrases" description: "This method retrieves list of sentiment-bearing phrases available on Semantria side." provider: semantria method: GET path: "/phrases.{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 } }