# getFilters Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/get_filters.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/get_filters.html) Retrieves all the filters added by the client along with each filter’s current status. getFilters()Copy to clipboard ## Parameters | Parameters | API type | Data type | Description | | --- | --- | --- | --- | | cb | Java | IfilterInfo | Callback providing the [filter information](https://docs.qualcomm.com/doc/80-PK177-134/topic/filter_information.html). Each
filter will be a unique API call. | | cb | Native | llm\_filterInfo | Callback providing the [filter information](https://docs.qualcomm.com/doc/80-PK177-134/topic/filter_information.html). Each
filter will be a unique API call. | | 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. | | | | | | Note: No callback will be called if filter stack is empty. **Parent Topic:** [LLM subsystem APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/llm_functions.html) Last Published: Nov 14, 2024 [Previous Topic addFilterV2](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/add_filter_v2.md) [Next Topic updateLatencyLevel](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/update_latency_level.md)