---
title: "Search Proxy Test Servers"
method: GET
path: "/public/user/proxy_test_server/search"
tags: ["Proxy Test Server"]
---

# Search Proxy Test Servers

`GET /public/user/proxy_test_server/search`

Search Proxy Test Servers using various filters.

## Query parameters

- `proxy_test_server_id` string
- `city_id` unknown
- `country_id` string
- `per_page` integer
- `page` integer
- `sort_by` string

## Response `200`

Successful Proxy Test Server search

- ProxyTestServerSuccessfulSearchResponse — Proxy Test Server search was successful.
  - `data` object[] — Array of Proxy Test Server items matching the search criteria up to the limit of per_page paramater.
    - `city_id` integer
    - `country_id` string
    - `proxy_test_server_id` string
  - `item_count` integer — Total number of Proxy Test Server items returned in the data field.
  - `message` string — Status message for the search.
  - `page` integer — Current page number of the search results returned.
  - `per_page` integer — Number of Proxy Test Server items returned per page.
  - `total_count` integer — Total of Proxy Test Server items that match the search filter.

---

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