get
https://api.securitytrails.com/v1/downloads/status/
Returns the current state of an asynchronous download job. Poll this endpoint with the UUID returned when you start the download.
downloading: The report is still being generated. Continue polling with the same UUID. Download links are not available yet.completed: The report is ready. Download the CSV fromcsv_file.linkor the JSON file fromjson_file.link. These are temporary signed URLs.error: The report could not be generated. Start a new download job before retrying.404 Not Found: No download job exists for the supplied UUID.

