# 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.



| | | | | | ## Returns | Return | API type | Data type | Description | | --- | --- | --- | --- | | response | Java | int | | | response | Native | qesdk\_transaction\_status | See [QESDK transaction status for Native APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/native_qesdk_class.html) for usage details. Use qesdk\_transaction\_status to confirm API call invocation. If successful, use the `ret` value for the actual API return value object. | | | | | | **Parent Topic:** [DPP subsystem APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/functions.html) Last Published: Nov 14, 2024 [Previous Topic addFlow](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/add_flow.md) [Next Topic deleteFlow](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/delete_flow.md)