---
title: "Get Proxys"
method: GET
path: "/proxys/{app_id}"
tags: ["proxys"]
---

# Get Proxys

`GET /proxys/{app_id}`

Get proxys by app

## Path parameters

- `app_id` string, required — App ID to get proxys from

## Query parameters

- `endpointId` integer — Endpoint ID to get proxys from. If not set, get proxys from the local endpoint

## Response `200`

Successful Response

- ProxyHost[]
  - `proxy_id` integer, required
  - `domain_names` string[], required

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/websoft9/apis/appmanae-api.md) · [All operations](https://skmtc.dev/websoft9/apis/appmanae-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/websoft9/appmanae-api/revisions/e4bf692cc15e/schema)
