FlowTypeResult

FlowTypeResult
Flow Type Result

Lightweight response indicating whether active or completed flows exist between two entities within the queried time window.

Notes:

  • exists_active_flows is true if any sessions are currently open between the two entities.
  • exists_completed_flows is true if any sessions ended within the queried time window.
JSON Example
{
    "exists_completed_flows": false,
    "exists_active_flows": false
}
boolean
exists_completed_flows
Optional

True if there exists completed flows, false if there are no completed flows.

boolean
exists_active_flows
Optional

True if there exists active flows, false if there are no active flows.