---
title: "GET /detector/{detectorId}/ipset"
method: GET
path: "/detector/{detectorId}/ipset"
---

# GET /detector/{detectorId}/ipset

`GET /detector/{detectorId}/ipset`

Lists the IPSets of the GuardDuty service specified by the detector ID. If you use this operation from a member account, the IPSets returned are the IPSets from the associated administrator account.

## Path parameters

- `detectorId` string, required

## Query parameters

- `maxResults` integer
- `nextToken` string
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListIPSetsResponse
  - `IpSetIds` String[], required — The IDs of the IPSet resources.
  - `NextToken` string — The pagination parameter to be used on the next list operation to retrieve more items.

## Other responses

- `480` — BadRequestException
- `481` — InternalServerErrorException

---

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