# Retrieve a PEP and sanctions screening job Retrieves details about a specific PEP and sanctions screening job. Endpoint: GET /v1alpha/entities/{entity}/pepSanctionIndividualEntityJobs/{pepSanctionIndividualEntityJob} Version: v1alpha Security: oauth2_client_credentials, oauth2_authorization_code ## Path parameters: - `entity` (string, required) The entity id. - `pepSanctionIndividualEntityJob` (string, required) The pepSanctionIndividualEntityJob id. ## Response 200 fields (application/json): - `name` (string) (IDENTIFIER) Output only. The resource name of the job. Format: entities/-/pepSanctionIndividualEntityJobs/{pep_sanction_individual_entity_job} correct_name_format // name must follow format 'entities/-/pepSanctionIndividualEntityJobs/*' string.example = ["entities/-/pepSanctionIndividualEntityJobs/pep-sanction-screen-2024-0127-743891"] - `createTime` (string) Output only. The timestamp when the job was created. - `updateTime` (string) Output only. The timestamp when the job was most recently updated.