list-endpoint-workers
List workers backing a serverless endpoint with their status and aggregate summary. Supports pagination via limit and cursor.
Instructions
List the workers backing a Serverless endpoint, with their status and an aggregate summary. v2-only — returns a 501 notice on the v1 API. Paginated via limit/cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (default 20, max 100). Use the returned nextCursor to fetch the next page. | |
| cursor | No | Opaque pagination cursor from a previous response (nextCursor). Omit to start from the beginning. | |
| endpointId | Yes | ID of the Serverless endpoint whose workers to list |