---
title: "List my abuses"
method: GET
path: "/api/v1/users/me/abuses"
tags: ["Abuses", "My User"]
---

# List my abuses

`GET /api/v1/users/me/abuses`

## Query parameters

- `id` integer
- `state` 1 | 2 | 3 — The abuse state (Pending = `1`, Rejected = `2`, Accepted = `3`)
- `sort` '-id' | '-createdAt' | '-state'
- `start` integer
- `count` integer

## Response `200`

successful operation

- object
  - `data` Abuse[]
    - `createdAt` string, date-time
    - `id` integer
    - `moderationComment` string
    - `predefinedReasons` string[]
    - `reason` string
    - `reporterAccount` Account
      - `createdAt` string, date-time
      - `followersCount` integer — number of followers of this actor, as seen by this instance
      - `followingCount` integer — number of actors subscribed to by this actor, as seen by this instance
      - `host` string, hostname — server on which the actor is resident
      - `hostRedundancyAllowed` boolean — whether this actor's host allows redundancy of its videos
      - `id` integer
      - `name` string — immutable name of the user, used to find or mention its actor
      - `updatedAt` string, date-time
      - `url` string, url
      - `description` string — text or bio displayed on the account's profile
      - `displayName` string — editable name of the account, displayed in its representations
      - `userId` integer
    - `state` AbuseStateConstant
      - `id` 1 | 2 | 3 — The abuse state (Pending = `1`, Rejected = `2`, Accepted = `3`)
      - `label` string
    - `video` VideoInfo
      - `id` integer
      - `name` Name — unresolved $ref
      - `uuid` Uuid — unresolved $ref
  - `total` integer

---

[API](https://skmtc.net/cpy/apis/peertube.md) · [All operations](https://skmtc.net/cpy/apis/peertube/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpy/peertube/revisions/efe11b159e43/schema)
