## List **get** `/v2/droplets/autoscale` To list all autoscale pools in your team, send a GET request to `/v2/droplets/autoscale`. The response body will be a JSON object with a key of `autoscale_pools` containing an array of autoscale pool objects. These each contain the standard autoscale pool attributes. ### Returns - **meta:** `MetaProperties` Information about the response itself. - **autoscale\_pools:** `array of AutoscalePool` - **links:** `PageLinks`