Skip to main content
Skip table of contents

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,
)
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.