list-endpoints
List your serverless endpoints with pagination. Optionally include template and worker details.
Instructions
List your Serverless endpoints, optionally expanding template and worker details (v1 only). 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. | |
| includeWorkers | No | Include information about workers (v1 only) | |
| includeTemplate | No | Include template information (v1 only) |