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