Retrieves a list of compliance reports previously created, including their current status.
Each report includes details such as the report type, creation date, status, and the criteria used to generate it. The criteria
field reflects the filters and parameters applied during report creation, which depend on the report type (e.g., amlAlert
or audit
).
Use this endpoint to monitor the status of your reports, view historical reports, and manage expiration timelines. For generating new reports, refer to the POST /compliance/kyc-protect/reports
endpoint.
Success
Bad Request
Unauthorized
Forbidden
Conflict
Server Error
{- "items": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "fileName": "string",
- "status": "submitted",
- "type": "amlAlert",
- "createdAt": "2019-08-24T14:15:22Z",
- "createdById": 0,
- "createdByUser": "string",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "criteria": {
- "fromDate": "2019-08-24",
- "toDate": "2019-08-24",
- "property1": { },
- "property2": { }
}, - "expiresAt": "2019-08-24T14:15:22Z"
}
], - "totalSize": 0,
- "correlationId": "string"
}