GET /compliance/gdpr/dsar/{id}/status
用户查看自己某个数据主体访问请求的当前状态
合规管理 - DSAR `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
DSAR ID |
Referenced Schemas
dto.DSARStatusDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.DSARStatusResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.DSARStatusResponse
DSAR 状态跟踪响应
| Field | Type | Required | Example | Constraints | Description |
completed_at |
string |
No |
2026-04-20T14:00:00Z |
|
完成时间 |
created_at |
string |
No |
2026-04-15T10:00:00Z |
|
创建时间 |
id |
string |
No |
dsar_001 |
|
DSAR ID |
status |
string |
No |
processing |
|
状态 |
type |
string |
No |
access |
|
请求类型 |
dto.ErrorResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
400 |
|
|
message |
string |
No |
invalid request |
|
|