# List risk rating jobs Lists risk rating jobs for a specific entity. Endpoint: GET /v1alpha/entities/{entity}/individualEntityRiskRatingJobs Version: v1alpha Security: oauth2_client_credentials, oauth2_authorization_code ## Path parameters: - `entity` (string, required) The entity id. ## 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 call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to 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): - `individualEntityRiskRatingJobs` (array) The list of risk rating jobs. - `individualEntityRiskRatingJobs.name` (string) (IDENTIFIER) Output only. The resource name of the job. Format: entities/-/individualEntityRiskRatingJobs/{individual_entity_risk_rating_job} correct_name_format // name must follow format 'entities/-/individualEntityRiskRatingJobs/*' string.example = ["entities/-/individualEntityRiskRatingJobs/risk-rating-2024-0127-743891"] - `individualEntityRiskRatingJobs.createTime` (string) Output only. The timestamp when the job was created. - `individualEntityRiskRatingJobs.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 = ["cn8DAQEsQ3Vyc29yUGFnZVRva2VuW2dpdGh1Yi5jb20vZ29vZ2xlL3V1aWQuVVVJRF0B_4AAAQQBBkN1cnNvcgH_ggABBFNraXABBAABC1Nob3dEZWxldGVkAQIAAQ9SZXF1ZXN0Q2hlY2tzdW0BBgAAAAr_gQYBAv-EAAAAG_-AARABmJ6h3ll2WY12-UroKTKHA_x1wJ5cAA=="] - `totalSize` (integer) The total number of jobs matching the request. int32.example = [47]