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

# Retrieve Mobile Service Summary

`GET /public/user/mobile/summary`

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

## Response `200`

Successful retrieval of mobile service summary.

- object
  - `data` object
    - `mobile_bytes` integer
    - `mobile_bytes_left` integer
    - `mobile_bytes_used` integer
    - `mobile_requests` integer
    - `proxy_user_ids` string[]
  - `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)
