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

# GET /detector/{detectorId}/ipset/{ipSetId}

`GET /detector/{detectorId}/ipset/{ipSetId}`

Retrieves the IPSet specified by the <code>ipSetId</code>.

## Path parameters

- `detectorId` string, required
- `ipSetId` string, required

## Response `200`

Success

- GetIPSetResponse
  - `Name` string, required — The user-friendly name for the IPSet.
  - `Format` 'TXT' | 'STIX' | 'OTX_CSV' | 'ALIEN_VAULT' | 'PROOF_POINT' | 'FIRE_EYE', required — The format of the file that contains the IPSet.
  - `Location` string, required — The URI of the file that contains the IPSet.
  - `Status` 'INACTIVE' | 'ACTIVATING' | 'ACTIVE' | 'DEACTIVATING' | 'ERROR' | 'DELETE_PENDING' | 'DELETED', required — The status of IPSet file that was uploaded.
  - `Tags` object — The tags of the IPSet resource.

## 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/versions/d35ef49b25a3/schema)
