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
string
required
Instance name.
Headers
string
required
TokenAccount or TokenInstance.
Errors
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.