tw.endpoints.anomaly_detection.rca_table
tw.endpoints.anomaly_detection.results(id=str)
Retrieve the root-cause analysis table for a finished RCA job.
GET ``/anomaly-detection/{id}/rca-table``
Parameters
id: str
Job identifier
Returns
dict:
RCA table keyed by model index, with CSV strings as values.
Example Usage
CODE
anomaly_detection_rca_table_response = tw.endpoints.anomaly_detection.rca_table(
id = anomaly_detection_rca_id,
)