v1

latestOpenAPI 3.1.1MIT2026-07-17428.1 KB
Status report

Get analysis status report

Retrieves the report of a firmware analysis.

  • If the analysis is still running, returns its progress
  • If the analysis has failed, returns failure message, queues zip file generation. Returns the download link on subsequent request
  • If analysis is finished, queues zip file generation. Returns the download link on subsequent request
get/status_report/{analysis_id}

Path parameters

analysis_idstring uuid required

UUID of the analysis

Response

OK

statusstring
messagestring
download_urlstring

Example response

{
  "status": "finished",
  "message": "Analysis finished successfully in 0:23:45.",
  "download_url": "http://embark.local/download_zipped/<analysis_id>"
}