# Retrieve the status of prebuilt detection rules and Timelines **GET /api/detection_engine/rules/prepackaged/_status** Retrieve the status of all Elastic prebuilt detection rules and Timelines. This endpoint provides detailed information about the number of custom rules, installed prebuilt rules, available prebuilt rules that are not installed, outdated prebuilt rules, installed prebuilt timelines, available prebuilt timelines that are not installed, and outdated prebuilt timelines. ## Servers - http://localhost:5601: http://localhost:5601 () ## Authentication methods - Basic auth ## Parameters ## Responses ### 200 Indicates a successful call #### Body: application/json (object) - **rules_custom_installed** (integer) The total number of custom rules - **rules_installed** (integer) The total number of installed prebuilt rules - **rules_not_installed** (integer) The total number of available prebuilt rules that are not installed - **rules_not_updated** (integer) The total number of outdated prebuilt rules - **timelines_installed** (integer) The total number of installed prebuilt timelines - **timelines_not_installed** (integer) The total number of available prebuilt timelines that are not installed - **timelines_not_updated** (integer) The total number of outdated prebuilt timelines [Powered by Bump.sh](https://bump.sh)