v1
latestOpenAPI 3.0.02026-07-26117198177.4 KBWorkspace Config
Get all workspace plan definitions
Returns every plan with its numeric rank and per-feature limits (alert rules, trail tabs, tracked addresses). The client fetches this once on startup and stores it in app context; individual workspace plan assignment lives in the watson-app DB.
get/v1/workspace/config
Response
Example response
{
"plans": [
{
"plan": "premium",
"rank": 30
}
]
}