---
title: "Get your open reports"
method: GET
path: "/report"
tags: ["threads"]
---

# Get your open reports

`GET /report`

## Query parameters

- `count` integer

## Response `200`

Expected response to a valid request

- Report[]
  - `report_type` string, required — The type of the report being sent
  - `item_id` string, required — The ID of the item (project, version, or user) being reported
  - `item_type` 'project' | 'user' | 'version', required — The type of the item being reported
  - `body` string, required — The extended explanation of the report
  - `id` string — The ID of the report
  - `reporter` string, required — The ID of the user who reported the item
  - `created` string, ISO-8601, required — The time at which the report was created
  - `closed` boolean, required — Whether the report is resolved
  - `thread_id` string, required — The ID of the moderation thread associated with this report

## Other responses

- `401` — Incorrect token scopes or no authorization to access the requested item(s)
- `404` — The requested item(s) were not found or no authorization to access the requested item(s)

---

[API](https://skmtc.net/modrinth/apis/labrinth.md) · [All operations](https://skmtc.net/modrinth/apis/labrinth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modrinth/labrinth/versions/439f357e772d/schema)
