---
title: "GET /messages/reports"
method: GET
path: "/messages/reports"
tags: ["message"]
---

# GET /messages/reports

`GET /messages/reports`

メッセージ通報を最大50件取得します。

## Query parameters

- `p` integer

## Response `200`

正常に取得できました。

- Report[]
  - `id` string, uuid — 通報ID
  - `messageId` string, uuid — 通報対象のメッセージID
  - `reporter` string, uuid — 通報者ID
  - `reason` string — 通報内容
  - `createdAt` string, date-time — 通報日時

## Other responses

- `403` — 取得できませんでした。権限がありません。

## Changes

- **2019-07-24** `66a69a1387ed` — 1 info
  - api operation id `getReports` was added
- **2019-07-05** `6956f2622a20` — 5 info
  - endpoint reactivated
  - added the new optional `query` request parameter `p`
  - added the non-success response with the status `403`
  - removed the non-success response with the status `410`
  - …1 more

[Change history](https://skmtc.dev/traptitech/apis/traq-api/changes/messages/reports/get.md)

---

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