List experts
GET /api/v1/experts
Returns each expert’s configuration plus the live state the engine tracks.
string
The expert’s Slack user ID.
string
array
string | null
boolean
Whether the expert has opted out with
mute.integer
Unanswered asks currently outstanding.
integer
Asks sent to this expert today.
Replace the registry
PUT /api/v1/experts
Replaces the entire registry with the array you send — this is a full replace, not a merge.
id, name, topics, and optional escalation_to. Returns the updated registry with live state.