# getFlows
Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/get_flow.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/get_flow.html)
Retrieves all the flows added by the client along with each associated status.
getFlows()Copy to clipboard
Note: No callback will be called if the filter stack is empty.
## Parameters
| Parameters | API type | Data type | Description |
| --- | --- | --- | --- |
| cb | Java | IflowStatus | Callback providing the flow information ([iFlowStatus](https://docs.qualcomm.com/doc/80-PK177-134/topic/i_flow_status.html)). Each flow will be a unique API
call in the callback because vector support is not present in QESDK
yet. |
| cb | Native | dpp\_flowStatus | Callback providing the flow information ([iFlowStatus](https://docs.qualcomm.com/doc/80-PK177-134/topic/i_flow_status.html)). Each flow will be a unique API
call in the callback because vector support is not present in QESDK
yet. |
| ret | Native | int8\_t& | On success this is the actual return value from the API.