routing

Routing Memory Status

Report how warm one user's routing memory is in one workspace, per pool.

user_id is required rather than optional because there is no aggregate answer: warmth is per user, and a total across users would describe a pool that no request ever votes over. The same holds across workspaces, which is why workspace_id narrows rather than aggregating; it merely defaults instead of being required, because a single-workspace deployment has one answer.

get/v1/routing/status

Query parameters

user_idstring required

Whose routing memory to report on.

Whose routing memory to report on.

workspace_idstring uuid nullable

Which workspace's routing memory to report on. Omit for the default workspace.

Which workspace's routing memory to report on. Omit for the default workspace.

Response

Successful Response

alphanumber required
confidence_floornumber required
embedding_modelstring required
granularitystring required
kinteger required
seed_countinteger required
user_idstring required
workspace_idstring uuid required

Changes