curl --request GET \
--url https://api.example.com/api/v1/internal/proxies/{proxy_id}/intent
{
"intent": "<string>"
}
internal
Get Proxy Intent
Return the operator-defined intent text for a proxy.
The runtime caches this and uses it as the reference when scoring
incoming requests. Returns 404 when no intent is configured so the
runtime skips intent checking for that proxy.
GET
/
api
/
v1
/
internal
/
proxies
/
{proxy_id}
/
intent
Get Proxy Intent
curl --request GET \
--url https://api.example.com/api/v1/internal/proxies/{proxy_id}/intent