GET
/api/im/reports/mine
List own submitted reports
当前语言暂无代码示例
参数
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| page | integer | N | 1 | |
| limit | integer | N | 20 |
响应示例
{
"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
}
}