Server Info REST API Guide
Get detailed information about the Fiddler server.
Authorizations
Responses
200
Server information retrieved successfully.
application/json
Responseall of
400
Bad Request
application/json
404
Resource not found
application/json
500
Internal Server Error
application/json
get
GET /v3/server-info HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"api_version": "3.0",
"kind": "NORMAL",
"data": {
"server_version": "23.6.0",
"feature_flags": {
"fairness": false,
"enable_rca_performance_tab_ui": false,
"enable_rca_analyze_tab_ui": true,
"enable_webhooks_ui": true,
"enable_unity_analyze_charts_ui": false,
"enable_xai_umap": false,
"enable_deckgl_ui": false,
"enable_ml_model_health_page_ui": false,
"enable_llm_applications_page_ui": false,
"enable_dashboard_markdown_ui": false,
"enable_deckgl_advanced_selection_ui": false,
"enable_unity_monitoring_charts_ui": false,
"enable_model_metrics_api": true,
"enable_dimensionality_reduction_api": false,
"enable_posthog": true,
"enable_model_updates": false,
"enable_add_model_ui": false,
"enable_intercom_users": false,
"enable_freemium_guardrails": false,
"enable_service_provider_authn": false
},
"organization": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text"
}
}
}
Last updated
Was this helpful?