# get\_sensors\_list Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/get_sensors_list.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/get_sensors_list.html) Returns the list of available sensors, NULL is returned if the sensor is not available. The client application can check if the interested sensor data type is present in the returned list and use it further for SUID query. See [Requesting message](https://docs.qualcomm.com/doc/80-PK177-134/topic/requesting_message.html) for SUID request. This API can be called before sensor session is created. Only activity recognition is supported. get_sensors_list()Copy to clipboard ## Returns | Returns | Returns | | --- | --- | | String array of sensor data types | Possible returns are as follows:


| **Parent Topic:** [Sensor subsystem APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/sensor_functions.html) Last Published: Nov 14, 2024 [Previous Topic Constructor](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/create_session.md) [Next Topic delete\_session](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/delete_session.md)