---
title: "List all abuse tickets ids that match user provided filters"
method: GET
path: "/v1/abuse/tickets"
tags: ["v1"]
---

# List all abuse tickets ids that match user provided filters

`GET /v1/abuse/tickets`

## Query parameters

- `type` 'A_RECORD' | 'CHILD_ABUSE' | 'CONTENT' | 'FRAUD_WIRE' | 'IP_BLOCK' | 'MALWARE' | 'NETWORK_ABUSE' | 'PHISHING' | 'SPAM'
- `closed` boolean
- `sourceDomainOrIp` string, host-name-or-ip-address
- `target` string
- `createdStart` string, iso-datetime
- `createdEnd` string, iso-datetime
- `limit` integer
- `offset` integer

## Response `200`

Success

## Other responses

- `401` — Authentication info not sent or invalid
- `403` — Authenticated user is not allowed access
- `422` — Error

---

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