# Retrieve an individual entity verification job Retrieves details about a specific individual entity verification job. Endpoint: GET /v1alpha/individualEntityVerificationJobs/{individualEntityVerificationJob} Version: v1alpha Security: oauth2_client_credentials, oauth2_authorization_code ## Path parameters: - `individualEntityVerificationJob` (string, required) The individualEntityVerificationJob id. ## Response 200 fields (application/json): - `name` (string) (IDENTIFIER) Output only. The resource name of the job. Format: individualEntityVerificationJobs/{individual_entity_verification_job} correct_name_format // name must follow format 'individualEntityVerificationJobs/*' string.example = ["individualEntityVerificationJobs/verification-job-2024-0127-kycind-743891"] - `providerConfig` (object, required) Required. The configuration for the provider to use to perform the verification. - `providerConfig.truuthVerificationConfig` (object) (OPTIONAL) - `providerConfig.truuthVerificationConfig.verificationType` (string) TruuthVerificationType indicates the type of verification being performed Enum: "TRUUTH_VERIFICATION_TYPE_UNSPECIFIED", "AUS_ALL", "AUS_CHECK" - `enrichEntity` (boolean) (OPTIONAL) Optional. If true, entity will be enriched by verification response. TODO: Implement this logic - `webhookUri` (string, required) Required. Webhook target URI for notifications. string.example = ["https://api.example.com/webhooks/onboarding/individual/entity-job-status"] string.uri = true // value must be a valid URI string.uri_empty = true // value is empty, which is not a valid URI - `createTime` (string) Output only. The timestamp when the job was created. - `updateTime` (string) Output only. The timestamp when the job was most recently updated.