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