# Regulated Eviction Checks

Regulated Eviction Checks surface eviction court records. Results are returned synchronously and include case filing details, plaintiff information, and judgement data.

## Get eviction checks

 - [GET /regulated/eviction_checks](https://docs.checkrtrust.com/v1/regulated-eviction-checks/get-eviction-checks.md): Get a list of previously created eviction checks.

## Create eviction check

 - [POST /regulated/eviction_checks](https://docs.checkrtrust.com/v1/regulated-eviction-checks/post-eviction-checks.md): Create a new eviction check.

Eviction checks search court records for eviction filings associated with the provided PII or profile. Results are returned synchronously in the response body.

You can pass PII directly (first_name, last_name, and optional middle_name, dob, addresses) or reference a stored profile via profile_id. If both are provided, the profile's PII takes precedence.

Providing dob is strongly encouraged — it significantly reduces false positives when multiple people share a name.

## Get eviction check

 - [GET /regulated/eviction_checks/{eviction_check_id}](https://docs.checkrtrust.com/v1/regulated-eviction-checks/get-eviction-check-by-id.md): Retrieve a previously created eviction check by its ID.

