pub async fn get_federation_status(
client: &GatewayApi,
base_url: &SafeUrl,
federation_id: FederationId,
) -> ServerResult<FederationStatusResponse>Expand description
Queries one federation’s public, sanitized gateway capability and registration status.
Gateway UI, CLI, and server use one release, so the request does not negotiate endpoint versions. Transport failures, malformed responses, and non-success statuses remain errors.