action semantria_retrieve_processed_collections { label: "Retrieve collections analysis" description: "This method retrieves analysis results for processed collections from Semantria. FAILED collections will have FAILED status in response. Semantria responds with limited amount of results per API call. If configuration ID provided, Semantria responds with the collections, which were queued using the same configuration ID, in opposite Primary configuration uses." provider: semantria method: GET path: "/collection/processed.{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 } }