# Return all the load balancers

Retrieves a list of all AutoStopping load balancers configured in your account. Load balancers act as proxy entry points that route traffic to your AutoStopping Rules.

Endpoint: GET /gateway/lw/api/accounts/{account_id}/autostopping/loadbalancers
Version: 1.0
Security: x-api-key

## Path parameters:

  - `account_id` (string, required)
    Account Identifier for the Entity
    Example: "abc12_DEFgh-ijkLMNOPqr"

## Query parameters:

  - `vpc` (string)
    VPC (Virtual Private Cloud) is the cloud resource where the load balancer is deployed.
    Example: "vpc-12345678"

  - `region` (string)
    Optional filter to list load balancers in a specific cloud region (e.g., 'us-east-1' for AWS, 'eastus' for Azure).
    Example: "us-east-1"

  - `cloud_account_id` (string, required)
    Unique identifier of the cloud connector (AWS, Azure, or GCP) configured in CACM.
    Example: "lightwing_nonprod"

  - `accountIdentifier` (string, required)
    Account Identifier for authentication and authorization.
    Example: "px7xd"

## Response 200 fields (application/json):

  - `response` (array)

  - `response.id` (string)

  - `response.account_id` (string)

  - `response.cloud_account_id` (string)

  - `response.org_id` (string)

  - `response.project_id` (string)

  - `response.host_name` (string)

  - `response.region` (string)

  - `response.type` (string)

  - `response.name` (string)

  - `response.vpc` (string)

  - `response.status` (string)
    Enum: "created", "submitted", "errored"

  - `response.metadata` (object)

  - `response.metadata.error` (string)

  - `response.metadata.certificate_id` (string)

  - `response.metadata.security_groups` (array)

  - `response.metadata.dns` (object)

  - `response.metadata.dns.route53` (object)

  - `response.metadata.dns.route53.hosted_zone_id` (string)

  - `response.metadata.dns.others` (string)

  - `response.metadata.albArn` (string)

  - `response.metadata.resource_group` (string)

  - `response.metadata.fe_ip_id` (string)

  - `response.metadata.subnet_id` (string)

  - `response.metadata.size` (string)

  - `response.metadata.app_gateway_id` (string)

  - `response.metadata.subnet_name` (string)

  - `response.metadata.fe_ip_name` (string)

  - `response.metadata.certificate` (object)

  - `response.metadata.certificate.name` (string)

  - `response.metadata.certificate.password` (string)

  - `response.metadata.certificate.content` (string)

  - `response.metadata.func_region` (string)

  - `response.subnets` (array)

  - `response.security_groups` (array)

  - `response.editables` (array)


## Response 400 fields
