---
title: "Get the addresses from the specified address set."
method: GET
path: "/address-sets/{id}/addresses"
tags: ["address-sets"]
---

# Get the addresses from the specified address set.

`GET /address-sets/{id}/addresses`

Retrieves all address entries contained within the address set. Includes addresses from any and all included sets

## Path parameters

- `id` string, required

## Response `200`

The call was successful

- AddressSetEntry[]
  - `created` string — An iso8601 formatted timestamp
  - `created_by` string — Reference to the user that created this id
  - `description` string — Description of the address
  - `address` string, required — A ip address or range.
  - `expiry` string — An iso8601 formatted timestamp

---

[API](https://skmtc.dev/webscale/apis/webscale-apis.md) · [All operations](https://skmtc.dev/webscale/apis/webscale-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/webscale/webscale-apis/revisions/c98d872b50cb/schema)
