# List individual entity verification jobs Lists individual entity verification jobs for a specific entity. Endpoint: GET /v1alpha/individualEntityVerificationJobs Version: v1alpha Security: oauth2_client_credentials, oauth2_authorization_code ## Query parameters: - `pageSize` (integer) Optional. The maximum number of jobs to return. The service may return fewer than this value. If unspecified, at most 10 jobs will be returned. The maximum value is 100; values above 100 will be coerced to 100. - `pageToken` (string) Optional. A page token, received from a previous ListIndividualEntityVerificationJobs call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListIndividualEntityVerificationJobs must match the call that provided the page token. - `skip` (integer) Optional. The number of jobs to skip before starting to collect the result set. ## Response 200 fields (application/json): - `individualEntityVerificationJobs` (array) The list of individual entity verification jobs. - `individualEntityVerificationJobs.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"] - `individualEntityVerificationJobs.providerConfig` (object, required) Required. The configuration for the provider to use to perform the verification. - `individualEntityVerificationJobs.providerConfig.truuthVerificationConfig` (object) (OPTIONAL) - `individualEntityVerificationJobs.providerConfig.truuthVerificationConfig.verificationType` (string) TruuthVerificationType indicates the type of verification being performed Enum: "TRUUTH_VERIFICATION_TYPE_UNSPECIFIED", "AUS_ALL", "AUS_CHECK" - `individualEntityVerificationJobs.enrichEntity` (boolean) (OPTIONAL) Optional. If true, entity will be enriched by verification response. TODO: Implement this logic - `individualEntityVerificationJobs.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 - `individualEntityVerificationJobs.createTime` (string) Output only. The timestamp when the job was created. - `individualEntityVerificationJobs.updateTime` (string) Output only. The timestamp when the job was most recently updated. - `nextPageToken` (string) A token to retrieve the next page of results, or empty if there are no more results in the list. string.example = ["ChAIAhABGAEiAggD"] - `totalSize` (integer) The total number of jobs matching the request. int32.example = [47]