---
title: "Get"
method: GET
path: "/abuse_reports/{id}"
tags: ["AbuseReports"]
---

# Get

`GET /abuse_reports/{id}`

Get the detailed status of abuse report by ID.

## Path parameters

- `id` string, required

## Headers

- `ngrok-version` integer, required

## Response `200`

Get the detailed status of abuse report by ID.

- AbuseReport
  - `id` string — ID of the abuse report
  - `uri` string — URI of the abuse report API resource
  - `created_at` string — timestamp that the abuse report record was created in RFC 3339 format
  - `urls` string[] — a list of URLs containing suspected abusive content
  - `metadata` string — arbitrary user-defined data about this abuse report. Optional, max 4096 bytes.
  - `status` string — Indicates whether ngrok has processed the abuse report. one of `PENDING`, `PROCESSED`, or `PARTIALLY_PROCESSED`
  - `hostnames` AbuseReportHostname[] — an array of hostname statuses related to the report
    - `hostname` string — the hostname ngrok has parsed out of one of the reported URLs in this abuse report
    - `status` string — indicates what action ngrok has taken against the hostname. one of `PENDING`, `BANNED`, `UNBANNED`, or `IGNORE`

---

[API](https://skmtc.net/ngrok/apis/ngrok-openapi.md) · [All operations](https://skmtc.net/ngrok/apis/ngrok-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ngrok/ngrok-openapi/versions/1994bbb04714/schema)
