Skip to main content
Useful for showing a progress indicator while an incremental analysis is running. Returns how many BFS layers have completed out of the maximum depth, along with the latest provisional risk score.

Request

Path parameters

Response

Response fields

The riskScore is provisional while the analysis is running. It may increase or decrease as deeper layers reveal more transaction patterns. The final score is set when status becomes completed.

Polling strategy

Poll this endpoint every 2 seconds while status is running. When completedLayers increments, fetch the new layer via Get layer result. Stop polling when status is completed or failed.