action aiception_get_adult_content_task_id { label: "Gets the adult_content task [ id -> adult content task ]" description: "Gets the adult_content task." provider: aiception method: GET path: "/adult_content/{taskId}" encoding: json input: { type: "object" properties: { taskId: { type: "string" } } required: ["taskId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }