Search
Status
Reports whether the Search feature is enabled and has a usable cluster.#
GET
/lmkit/v1/search/statusAlways 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
| Name | In | Type | Description |
|---|---|---|---|
cluster_id | query | string |
Responses
| Status | Type | Description |
|---|---|---|
| 200 | OK |
curl -X GET "$LMKIT_ONE_URL/lmkit/v1/search/status" \
-H "Authorization: Bearer $LMKIT_API_KEY"