# Get hooks statistics

From **GitHub v3 REST API**.

`GET /enterprise/stats/hooks`

Get hooks statistics

## Responses

### `200`

Response

### `application/json`

- Type: `object`

```json
{"properties":{"active_hooks":{"type":"integer"},"inactive_hooks":{"type":"integer"},"total_hooks":{"type":"integer"}},"required":["total_hooks","active_hooks","inactive_hooks"],"title":"Hooks Enterprise Stats","type":"object"}
```

## Request examples

### cURL

```shell
curl --request GET \
  --url {protocol}://{hostname}/api/v3/enterprise/stats/hooks
```
