---
title: "GET /recent_stats"
method: GET
path: "/recent_stats"
tags: ["Manager"]
---

# GET /recent_stats

`GET /recent_stats`

Return recent stats of all proxies

## Response `200`

Successful response

- object
  - `hostname` Stat[] — An array containing statistics grouped by host name
    - `key` string
    - `in_bw` number
    - `out_bw` number
    - `reqs` number
    - `success` number
  - `ports` object — An object containing statistics grouped by proxy port
  - `protocol` Stat[] — An array containing statistics grouped by protocol
    - `key` string
    - `in_bw` number
    - `out_bw` number
    - `reqs` number
    - `success` number
  - `status_code` Stat[] — An array containing statistics grouped by status code
    - `key` string
    - `in_bw` number
    - `out_bw` number
    - `reqs` number
    - `success` number
  - `ssl_enable` boolean — Whether or not SSL Analyzing is enabled on all proxy ports
  - `success` number — Total number of successful requests
  - `total` number — Total number of requests

---

[API](https://skmtc.net/brightdata/apis/proxy-manager.md) · [All operations](https://skmtc.net/brightdata/apis/proxy-manager/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brightdata/proxy-manager/versions/5ce107146739/schema)
