pub fn get_analyze_status(
execution_id: String,
client: &Client,
api_key: &str,
) -> StatusExpand description
Polls the analysis status.
This endpoint should be called periodically until the analysis is complete.
§Arguments
execution_id- The execution ID returned bystart_analyze.client- A preconfiguredreqwest::blocking::Client.api_key- Your CodeDefender API key.
§Returns
An Status enum indicating whether the analysis is ready (with presigned URL), still processing, or failed.