Get sandbox gateway policy (internal, stateless)

Stateless policy endpoint for the Rust gateway's ETag revalidation. - Parses ``If-None-Match`` to extract profile_id, skipping PG on 304 path. - Redis MGET only on revalidation (~0.5ms). - Full PG load only on first request or version change.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

sandbox_idstringRequired

Headers

if-none-matchstring or nullOptional
x-public-tenant-idstring or nullOptionalformat: "uuid"
x-public-user-idstring or nullOptionalformat: "uuid"
x-sandbox-idstring or nullOptional

Response

Successful Response

Errors

422
Unprocessable Entity Error