---
title: "List members"
method: GET
path: "/v2/droplets/autoscale/{autoscale_pool_id}/members"
tags: ["DigitalOcean-public.v2-new_Droplet Autoscale Pools"]
---

# 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.

## Path parameters

- `autoscale_pool_id` string, required

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

A JSON object with a key of `droplets`.

- object
  - `droplets` Member[]
    - `droplet_id` integer, required — The unique identifier of the Droplet.
    - `created_at` string, date-time, required — The creation time of the Droplet in ISO8601 combined date and time format.
    - `updated_at` string, date-time, required — The last updated time of the Droplet in ISO8601 combined date and time format.
    - `health_status` string, required — The health status of the Droplet.
    - `status` 'provisioning' | 'active' | 'deleting' | 'off', required — The power status of the Droplet.
    - `current_utilization` MemberCurrentUtilization, required
      - `memory` number, float — The memory utilization average of the individual Droplet.
      - `cpu` number, float — The CPU utilization average of the individual Droplet.
  - `links` PageLinks
    - `pages` union
      - ForwardLinks
        - `last` string — URI of the last page of the results.
        - `next` string — URI of the next page of the results.
      - BackwardLinks
        - `first` string — URI of the first page of the results.
        - `prev` string — URI of the previous page of the results.
      - unknown
  - `meta` object, required — Information about the response itself.
    - `total` integer, required — Number of objects returned by the request.

## Other responses

- `401` — Authentication failed due to invalid credentials.
- `404` — The resource was not found.
- `429` — The API rate limit has been exceeded.
- `500` — There was a server error.
- `default` — There was an unexpected error.

---

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