ws/progress
To connect over the WebSocket protocol and get data about the analysis progress in real time, in the request, specify the following JSON object as a string:
{"analysis_uuid": <ID>}
In response, you receive the JSON object:
{'message': '<message>', 'progress': <progress>, 'task_id': <ID>}