# Get current federation mode

Returns the current federation mode of the instance

RBAC:
- requires ANY of Federation.Read, Federation.Manage

Endpoint: GET /api/v1/admin/federation/mode
Version: 1.0
Security: header

## Response 200 fields (application/json):

  - `mode` (string, required)
    Current federation mode
    Enum: "OPEN", "LIMITED", "CLOSED"


