Returns Report By Type

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.

SecuritybearerToken
Request
query Parameters
page
required
integer

Starting page number.

pageSize
required
integer <int32>

Specifies the number of items to be displayed per page. Allowed values are between 1 and 100.

reportType
required
string

Acceptable value is either AmlAlert or Audit. Available values : amlAlert, audit, profile

searchTerm
string

Filters the monitor reports by search_term.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

409

Conflict

502

Server Error

get/compliance/kyc-protect/reports
Request samples
Response samples
application/json
{
  • "items": [
    ],
  • "totalSize": 0,
  • "correlationId": "string"
}