Get a single regulated criminal report with a given id.
- Checkr Trust APIhttps://api.checkrtrust.com/v1/regulated/criminal_reports/{id}
curl -i -X GET \
'https://api.checkrtrust.com/v1/regulated/criminal_reports/2b8313e8-4efd-45a1-b578-952b8313e890?include%5B%5D=profile' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'OK
A regulated criminal report with legal annotation checks included in results. Results are delivered asynchronously via webhook once processing is complete.
A universally unique identifier (UUID) in standard format.
An ISO 8601 formatted date-time string.
An ISO 8601 formatted date-time string.
The fully-disclosed records found for this report. When there are no results found, this will be an empty array. A record excluded by legal rules never appears here -- see excluded_records.
Records excluded by legal rules, reduced to an identifier, classification, jurisdiction, and per-charge offense classification. Present only when the account's excluded_record_disclosure setting is stripped; omitted (or empty) otherwise, and always separate from results.
The type of check performed for this report.
A reference identifier for linking related records. Limited to 64 alphanumeric characters, underscores, and hyphens.
An unstructured array of human-readable notes about this particular report. May contain notes about how input was parsed or other information about results.
{ "profile_id": "2b8313e8-4efd-45a1-b578-952b8313e890" }