---
title: "Get a IP tags"
method: GET
path: "/waap/v1/ip-reputation"
tags: ["IP Reputation"]
---

# Get a IP tags

`GET /waap/v1/ip-reputation`

Retrieve a list of tags associated with the IP address grouped by domains. This will return records for all domains which were accessed by the IP and received tags.

## Query parameters

- `ip` string, ipvanyaddress, required
- `ordering` 'date' | '-date' | 'domain_name' | '-domain_name' — Sort the response by given field.
- `limit` integer — Number of items to return
- `offset` integer — Number of items to skip

## Response `200`

Successful Response

- PaginatedResponseLocalIpTagsRecord
  - `limit` integer, required — Number of items requested in the response
  - `offset` integer, required — Items response offset used
  - `count` integer, required — Number of items contain in the response
  - `results` LocalIpTagsRecord[], required — List of items returned in the response following given criteria
    - `date` integer, required — The timestamp of the last request from the IP to the domain
    - `domain` AppModelsIpReputationDomainInfo, required
      - `id` integer, required — The unique identifier for the domain
      - `name` string, required — The domain name
    - `ip` string, required — The IP address
    - `local_tags` string[], required — The tags associated with the IP in the context of the domain
    - `global_tags` string[], required — The tags associated with the IP globally

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Unauthenticated
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.net/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
