Start with the pre-built workflows or modify them to suit your needs.
Start Analysis
http://localhost:8888/{tool}/analyze
analysis_response
Wait
Check Status
http://localhost:8888/status/{{$node["Start Analysis"].json["job_id"]}}
status_response
Conditional Check
{{$node["Check Status"].json["status"]}} == "completed"
Get Results
http://localhost:8888/results/{{$node["Start Analysis"].json["job_id"]}}
results_response
Process Files
{{$node["Get Results"].json["results"]["files"]["dashboard_data"]}}