Get a gate by id
Gates
Get a gate by id
Use when: caller has a gate id and needs the full gate configuration (most common single-gate read path)
Returns a single gate’s full configuration plus current health flags (deprecations, on-fallback, unrecoverable provider drift). Health detection failures are absorbed — the gate still returns; only the health field is null.
GET
Get a gate by id
Authorizations
Verlon API key (newly minted keys are prefixed sk-vrln-; legacy verlon_* and layer_* keys from prior prefix migrations continue to validate). Generated from the dashboard under Settings → API Keys, or via verlon key create in the CLI.
Response
Gate with attached health field.

