Instance
Read Proxy
Returns the proxy configured for the instance
GET
Read Proxy
Auth:
TokenAccount or TokenInstance • Rate-limit: Global (100/min) • Idempotent: yes
Description
Returns only the individual proxy of the instance (does not include fallback to the deploy global proxy). If the instance has no proxy of its own, returnsenabled: false with the other fields empty. The password is not returned.
Example
Performs aGET on the instance path and returns the proxy object with the active configuration (without including the password). If the instance has no individual proxy, it comes with enabled: false and the other fields null.
Success response
- With proxy
- Without proxy
200 OK
The
password field is never returned by this endpoint.Path parameters
Instance name.
Headers
TokenAccount or TokenInstance.
Errors
| HTTP | error.message | When |
|---|---|---|
| 401 | Invalid token | Token missing or invalid. |
| 404 | Instance not found | Name does not exist. |
| 429 | Rate limit exceeded. Try again later. | More than 100 req/min. |
| 500 | Failed to get proxy configuration | Database error. |
Notes
This endpoint does not expose the deploy global proxy intentionally, you only see what you configured for this instance.
Next
Update proxy
POST /api/instance/proxy/:instance to change.