# Enterprise ## listProbes This API is to list all the probes, and the probe's details configured in the central. (Note: This API is applicable only for central server) ## HTTP Method `GET` ## API URL ``` https://localhost:8060/api/json/admin/listProbes?apiKey=*************** ``` ## Parameters | Param Name | Description | Data Type | Additional Information | Is Mandatory | |---|---|---|---|---| | apiKey | API Key to access your OpManager server. | | | Yes | ## Sample Response HTTP Code: 200 ```json [ { "DISPLAYNAME": "Demo_1", "STATUS": false, "PROBEID": "20000000001", "ISWINDOWS": true, "IPADDRESS": "", "SITEID": "2", "TIMEZONE": "Asia/Calcutta", "NAME": "Demo_3" }, { "DISPLAYNAME": "Demo_2", "STATUS": true, "PROBEID": "30000000001", "ISWINDOWS": true, "IPADDRESS": "", "SITEID": "301", "TIMEZONE": "Asia/Calcutta", "NAME": "Demo_2" } ] ``` ## Error Response [View common error responses](https://www.manageengine.com/network-monitoring/help/common-json-errors.html) **Rate limit:** 25 requests per minute. Exceeding this limit will block requests for 1 minute