Fetches the details of a single compliance report identified by its unique reportId
.
This endpoint allows users to retrieve the full metadata and status of a specific report, including its creation details, criteria, and expiration timeline.
Use this endpoint to inspect or verify the information of an existing report, or to confirm its current status (e.g., inProgress
, completed
, failed
).
Ensure that the reportId
provided corresponds to an existing report in the system.
Success
Bad Request
Unauthorized
Forbidden
Conflict
Server Error
{- "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",
- "correlationId": "string"
}