# Read sensors **GET /networks/{network_identifier}/sensors** Returns a list of all sensors in the given network. ## Servers - https://example.com: https://example.com () ## Authentication methods - Bearer token ## Parameters #### Path parameters - **network_identifier** (string) ## Responses ### 200: OK #### Body Parameters: (array[object]) - **sensor_identifier** (string) - **sensor_name** (string) The regex means: lowercase letters and numbers, separated by dashes, with no leading, trailing, or double dashes. ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: Not Found [Powered by Bump.sh](https://bump.sh)