List serverless endpoint workers
Returns the active workers for a serverless endpoint plus a summary of
worker counts. Each worker’s status is derived by reconciling the
worker pod’s lifecycle status with the endpoint’s live job-queue view.
When the job-queue view is unavailable the response degrades to the
pod-derived status and counts.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Serverless endpoint identifier
Response
OK
Histogram of the returned workers by status. The per-status counts are a
roll-up of the workers array, so running + idle + initializing + throttled + unhealthy == total == len(workers).
The endpoint's current configuration version. A worker whose
version differs is running stale config (see worker.isStale).
Null if unknown.
4