# Evaluate entity against the Entity Risk Rating rules Endpoint: POST /v1alpha/entities/{entity}:evaluate Version: v1alpha Security: oauth2_client_credentials, oauth2_authorization_code ## Path parameters: - `entity` (string, required) The entity id. ## Response 200 fields (application/json): - `activityLog` (object) Represents an activity performed against one or more entities. - `activityLog.name` (string) (IDENTIFIER) The resource name of the activity. Format: activityLog/{activity_log} - `activityLog.type` (string, required) Required. The type of the activity. Enum: "ACTIVITY_TYPE_UNSPECIFIED", "PEP_AND_SANCTIONS", "DOCUMENT_VERIFICATION", "IDENTITY_CHECK", "RISK_RATING", "UNUSUAL_ACTIVITY_REPORT", "SUSPICIOUS_MATTER_REPORT", "CUSTOM", "KYB_PROFILE", "FORM_CREATED" - `activityLog.source` (string, required) Required. The source that performed the activity. Enum: "ACTIVITY_SOURCE_UNSPECIFIED", "BNDRY", "RAPID_ID", "TRUUTH", "CONNECT_ID", "HAWK_AI", "KYC6", "CUSTOMER", "SIMPLE_KYC" - `activityLog.payload` (any, required) - `activityLog.createTime` (string) Output only. The timestamp when the activity was created. - `activityLog.updateTime` (string) Output only. The timestamp when the activity was last updated. - `activityLog.entityNames` (array, required) The entities involved in this activity. - `activityLog.workspace` (string) (OPTIONAL) The workspace involved in this activity.