pub fn download(execution_id: String, client: &Client, api_key: &str) -> StatusExpand description
Polls the obfuscation status.
This endpoint should be called every 500 milliseconds until the obfuscation is complete.
⚠️ Note: This endpoint is rate-limited to 200 requests per minute.
§Arguments
execution_id- The execution ID returned bydefend.client- A preconfiguredreqwest::blocking::Client.api_key- Your CodeDefender API key.
§Returns
A Status enum indicating whether the file is ready (with presigned URL), still processing, or failed.