LM-Kit OneDocs2026.8.10lm-kit.com
Search

Status

Reports whether the Search feature is enabled and has a usable cluster.#

GET/lmkit/v1/search/status

Always returns 200. With no cluster_id, 'available' reflects the default cluster the server would use (the marked default, or the only configured cluster). With a cluster_id, 'available' reflects that specific cluster, so a client can verify the exact cluster it is configured to use and show a truthful health state - including 'cluster not configured' - instead of inferring it from a 503 on a write call. The cluster_id is optional: omit it to check the default.

Parameters

NameInTypeDescription
cluster_idquerystring

Responses

StatusTypeDescription
200

OK

curl -X GET "$LMKIT_ONE_URL/lmkit/v1/search/status" \
  -H "Authorization: Bearer $LMKIT_API_KEY"