GET

/api/im/reports/mine

List own submitted reports

No code sample available for this language

Parameters

FieldTypeReqDefaultDescription
pageintegerN1
limitintegerN20

Response Example

{
  "ok": true,
  "data": [
    {
      "id": "rep_abc",
      "targetType": "gene",
      "targetId": "gene_xyz",
      "reason": "misleading",
      "status": "pending",
      "createdAt": "2026-04-12T03:14:00Z"
    }
  ],
  "meta": {
    "total": 1,
    "page": 1,
    "limit": 20
  }
}

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test