Request This endpoint expects an object.
transaction_id string Required >=1 character
The unique identifier of the transaction
description string Required
A description of what is wrong in the transaction
fields list of strings Required
A list of the fields that are incorrect
Response The newly created report
transaction_id string >=1 character
The unique identifier of the transaction
description string
A description of what is wrong in the transaction
fields list of strings
A list of the fields that are incorrect
id string
A generated unique identifier for the report.
created_at datetime
The date and time when the report was created.
status enum
The status of the report.
open: a newly created report
pending: the report is being investigated
rejected: the original enrichment output was deemed correct or we couldn’t resolve it, check rejection_reason
resolved: the issue has been resolved
Allowed values: open pending resolved rejected
rejection_reason string or null
If the report was rejected, an explanation for the rejection.