---
title: "Retrieve Residential Service Summary"
method: GET
path: "/public/user/residential/summary"
tags: ["Residential"]
---

# Retrieve Residential Service Summary

`GET /public/user/residential/summary`

This endpoint provides a detailed summary of a residential service.
It returns information such as service details, usage statistics, and associated proxy users.

## Response `200`

Successful retrieval of residential service summary.

- object
  - `data` object
    - `proxy_user_ids` string[]
    - `residential_bytes` integer
    - `residential_bytes_left` integer
    - `residential_bytes_used` integer
    - `residential_requests` integer
  - `message` string

---

[API](https://skmtc.dev/byteful/apis/byteful-public-user-api.md) · [All operations](https://skmtc.dev/byteful/apis/byteful-public-user-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/byteful/byteful-public-user-api/revisions/3db1a6fc0099/schema)
