zdx_get_analysis
Retrieve the current status or completed results of a ZDX score analysis. Start an analysis first, then use this to check progress or view findings.
Instructions
Get the status/result of a ZDX score analysis (full record).
Read-only. Returns whether the analysis is still running or its results if
complete. Start one with zdx_start_analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| analysis_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Analysis result payload, if complete. | |
| status | No | Analysis status (running/complete). | |
| analysis_id | No | Analysis ID. |