rca_analysis_run_async
Submit a long-running root cause analysis as an async task. Returns a task_id immediately, allowing you to poll for results later without blocking.
Instructions
Submit a long-running RCA analysis (bayesian_network, dowhy_causal_inference, or any model against a large dataset) as an async background task. Returns a task_id immediately instead of blocking. Use rca_analysis_poll_task to check progress and retrieve the result once it completes.
Args: params (RunAnalysisAsyncInput): model_id, payload, save, tags
Returns: str: JSON with task_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |