---
title: "List all load balancers"
method: GET
path: "/project/{project_id}/load-balancer"
tags: ["Load Balancer"]
---

# List all load balancers

`GET /project/{project_id}/load-balancer`

## Path parameters

- `project_id` string, required

## Query parameters

- `start_after` string
- `page_size` integer
- `order_column` string

## Response `200`

A list of Load Balancers

- object
  - `count` integer, required
  - `items` LoadBalancer[], required
    - `algorithm` string, required — Algorithm of the Load Balancer
    - `stack` string — Networking stack of the Load Balancer (ipv4, ipv6, or dual)
    - `dst_port` integer, required — Destination port for the Load Balancer
    - `health_check_endpoint` string, required — Health check endpoint URL
    - `health_check_protocol` string, required — Health check endpoint protocol
    - `hostname` string, required — Hostname of the Load Balancer
    - `id` string, required — ID of the Load Balancer
    - `location` string — Location of the Load Balancer
    - `name` string, required — Name of the Load Balancer
    - `src_port` integer, required — Source port for the Load Balancer
    - `cert_enabled` boolean — Whether SSL certificate is enabled

## Other responses

- `default` — An error response

---

[API](https://skmtc.net/ubicloud/apis/clover-api.md) · [All operations](https://skmtc.net/ubicloud/apis/clover-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ubicloud/clover-api/versions/e8e5db50e9a6/schema)
