Skip to content
Select themeSelect language

`GET /api/intelligence/switches` — the workspace's effective safety-switch state (operator console). Admin-only.

GET
/api/intelligence/switches
curl --request GET \
--url https://example.com/api/intelligence/switches
Media typeapplication/json
Array<object>
object
enabled
required
boolean
id
required
string format: uuid
key
required
string
last_reason
string | null
updated_at
required
string format: date-time
updated_by
required
string
workspace_id
string | null format: uuid
Examplegenerated
[
{
"enabled": true,
"id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0",
"key": "example",
"last_reason": "example",
"updated_at": "2026-04-15T12:00:00Z",
"updated_by": "example",
"workspace_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"
}
]