analysis_status

Sandbox behavior tagged with a complex operation

analysis_status field represents the analysis final status. It can be any of the following:

  • ANALYSIS_STATUS_UNSPECIFIED
  • ANALYSIS_STATUS_OK: Visit completed without issues.
  • ANALYSIS_STATUS_DOWNLOAD: The URL triggers a direct download.
  • ANALYSIS_STATUS_TIMEOUT: URL timeouts.
  • ANALYSIS_STATUS_ERROR: Error when visiting the URL.
  • ANALYSIS_STATUS_DOWNLOAD_TIMEOUT: Download has timed out.
{
    "data": {
        "attributes": {
            "analysis_status": "<string>"
        }
    }
}
{
    "data": {
        "attributes": {
            "analysis_status": "ANALYSIS_STATUS_OK"
        }
    }
}