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