---
title: "Generated Mobile List"
method: GET
path: "/public/user/mobile/list"
tags: ["Mobile"]
---

# Generated Mobile List

`GET /public/user/mobile/list`

This endpoint creates a list of mobile proxies based on filter parameters.
The search parameters allow the user to filter the proxies by location, session type, and format (e.g., http, socks5, socks5h).

## Query parameters

- `list_count` integer
- `list_format` 'standard' | 'http' | 'https' | 'socks5' | 'socks5h'
- `proxy_user_id` string
- `list_session_type` 'sticky' | 'rotating'
- `country_id` string
- `city_id` integer
- `city_alias` string
- `zip_code_id` integer
- `subdivision_id` integer
- `list_smartpath_enabled` boolean
- `list_session_ttl` string
- `list_mode` 'general' | 'size' | 'speed'

## Response `200`

Mobile list successfully generated.

- object
  - `data` string[] — List of mobile proxies.
  - `message` string — Success message.

---

[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)
