Skip to content

Function: listServingEndpointsUncached()

listServingEndpointsUncached(client): Promise<object[]>

List the workspace’s serving endpoints as minimal ServingEndpointSummary objects straight from the SDK: no caching, and none of the cache-load enrichment (listServingEndpoints adds the ModelClass stamp and the embedding-dimension probe). Use this for a one-shot, dependency-light listing - e.g. a CLI that only needs names/tasks for fuzzy resolution and doesn’t want AppKit’s CacheManager or the per-embedding ping cost. Prefer listServingEndpoints for the cached, enriched view.

WorkspaceClientLike

Promise<object[]>