Feature Flags

Get feature flags status

get
Responses
200

Feature flags retrieved successfully

application/json
get
GET /v1/feature-flags HTTP/1.1
Host: 
Accept: */*
{
  "enableAiCedarEndpoints": true,
  "showNewDashboard": false
}

Last updated

Was this helpful?