---
title: "Lists all external load balancers in the project and returns their details."
method: GET
path: "/projects/{project_id}/networking/load-balancers"
tags: ["Load Balancers"]
---

# Lists all external load balancers in the project and returns their details.

`GET /projects/{project_id}/networking/load-balancers`

## Path parameters

- `project_id` string, required

## Query parameters

- `location` string
- `vpc_network_id` string
- `name` string

## Response `200`

- ListExternalLoadBalancersResponse
  - `items` ExternalLoadBalancer[], required
    - `health_check_options` HealthCheckOptionsExternalLB, required
      - `failure_count` integer, required — Number of allowed failures before considering the backend unhealthy.
      - `interval` integer, required — Interval between health checks (in seconds).
      - `success_count` integer, required — Number of successful checks required to consider the backend healthy.
      - `timeout` integer, required — Timeout for health check responses (in seconds).
    - `id` string, required — ID of the External Load Balancer.
    - `listen_ports_and_backends` ListenPortAndBackend[], required — Listen ports and backends configuration.
      - `backends` Backend[], required — List of backend configurations.
        - `ip` string, required — IP address of the backend server.
        - `port` integer, required — Port on which the backend server listens.
        - `status` string, required — Status of the backend server.
      - `listen_port` integer, required — Port on which the load balancer listens.
    - `location` string, required — Location of the External Load Balancer.
    - `name` string, required — Name of the External Load Balancer.
    - `project_id` string, required — ID of the project this External Load Balancer belongs to.
    - `protocol` string, required — The protocol of the External Load Balancer.
    - `vip` string, required — Virtual IP (VIP) of the External Load Balancer.
    - `vpc_id` string, required — ID of the VPC network this External Load Balancer belongs to.

## Other responses

- `401` — Error Authentication Failed
- `500` — Error Internal Server

---

[API](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway.md) · [All operations](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crusoecloud/crusoe-cloud-api-gateway/versions/a3fd2dedc72b/schema)
