---
title: "Get all the ips for the parent domain"
method: POST
path: "/parent-domains/{parentDomain}/ips"
tags: ["ip-domain-tags"]
---

# Get all the ips for the parent domain

`POST /parent-domains/{parentDomain}/ips`

## Path parameters

- `parentDomain` string, required

## Request body

- object
  - `filters` object[]
    - `operator` 'and' | 'or', required — boolean operator - must be the same for all filters
    - `field` 'status' | 'findings' | 'issues' | 'scoreImpact' | 'ip' | 'domain' | 'country' | 'tags' | 'assetCategories' | 'assignees' | 'sources' | 'hostnames', required — column name used for filtering
    - `condition` '=' | '!=' | '>' | '<' | '>=' | '<=' | 'contains' | 'does_not_contain' | 'between' | 'is_not_between' | 'includes_all' | 'includes_any' | 'excludes_all' | '<<', required — condition that's used for comparing field value to input value
    - `value` string, required — filters input value - array of 2 values for comparisons such as `between`, string otherwise
  - `sort` 'findings' | '-findings' | 'issues' | '-issues' | 'scoreImpact' | '-scoreImpact' | 'ip' | '-ip' | 'domain' | '-domain' | 'assetCategories' | '-assetCategories' | 'detection' | '-detection' | 'sources' | '-sources' — field to sort by
  - `page` number, required — required page number, first page is 0
  - `page_size` number, required — size of the pages in the paginated result

## Response `200`

ip schema

---

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