## List Members **get** `/v2/droplets/autoscale/{autoscale_pool_id}/members` To list the Droplets in an autoscale pool, send a GET request to `/v2/droplets/autoscale/$AUTOSCALE_POOL_ID/members`. The response body will be a JSON object with a key of `droplets`. This will be set to an array containing information about each of the Droplets in the autoscale pool. ### Returns - **meta:** `MetaProperties` Information about the response itself. - **droplets:** `array of object` - **created\_at:** `string` The creation time of the Droplet in ISO8601 combined date and time format. - **current\_utilization:** `object` - **cpu:** `number` The CPU utilization average of the individual Droplet. - **memory:** `number` The memory utilization average of the individual Droplet. - **droplet\_id:** `number` The unique identifier of the Droplet. - **health\_status:** `string` The health status of the Droplet. - **status:** `"provisioning" OR "active" OR "deleting" OR "off"` The power status of the Droplet. - `"provisioning"` - `"active"` - `"deleting"` - `"off"` - **updated\_at:** `string` The last updated time of the Droplet in ISO8601 combined date and time format. - **links:** `PageLinks`