v4
latestOpenAPI 3.0.32026-08-0161180264.4 KBList secure_proxy whitelist change history (admin portal only)
Returns the most recent USECASE_HISTORY entries for a secure_proxy use case, in reverse chronological order (newest first). Each entry includes the actor email (changed_by), the ISO-8601 timestamp (history_created_at), the change_description (free-text action), and the full configuration snapshot — from which UI-08 computes a before/after diff between consecutive entries.
Staff-only — gated by internal-auth issuer AND admin-portal Cognito user pool membership. Rejects Login-As tokens (same auth gate as the GET / PUT secure-proxy-whitelist operations).
Thin wrapper over the service-layer listUseCaseHistory that powers GET /v1/integrations/{integrationId}/use-cases/{useCaseId}/history — the separate path exists because the /v1 variant is tenant-gated and admin-portal internal-auth tokens do not carry tenant permissions.
Path parameters
The integration ID
The use case ID (must be of type secure_proxy)
Query parameters
Maximum number of history entries to return. Default 10, max 50. Capped at the service-layer page size (20) so limit > 20 is silently clamped to 20. UI-08 requests 5-10 for the panel view.
Response
Successfully retrieved secure_proxy history