Get an entity's background checks
Retrieves all background checks associated with a specific entity.
Authorizations
Your API key is available in the Production and Sandbox dashboards.
Path Parameters
Query Parameters
The collection cursor pointer to the next page
The collection cursor pointer to the previous page
The number of items per page
1 <= x <= 1000Filter background checks by status Status of the background check:
- pending: Background check is being processed
- completed: Background check has been completed successfully
- error: Background check encountered an error during processing
pending, completed, error "completed"
Filter background checks by country Country scope for background check:
- MX: Mexico-specific background checks
- ALL: International background checks across multiple countries
MX, ALL "MX"
Order by background check score
asc, desc "asc"
Order by resource creation date
asc, desc "asc"
Order by resource update date
asc, desc "asc"
Response
Entity Background Checks
"/entities/91ab5678-1234-5678-9abc-def012345678/background-checks"
The total number of items found
x >= 01
Pagination information