Retrieve the current legal hold status of a report. Indicates whether evidence is preserved for legal proceedings and the hold expiration date if set.
curl --request GET \
--url https://api.fluxer.app/v1/admin/reports/{report_id}/legal-hold \
--header 'Authorization: <api-key>'{
"held": true
}curl --request GET \
--url https://api.fluxer.app/v1/admin/reports/{report_id}/legal-hold \
--header 'Authorization: <api-key>'{
"held": true
}