# List activities for an entity Lists activities for an entity. Endpoint: GET /v1alpha/entities/{entity}/activityLogs 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 activities to return. The service may return fewer than this value. If unspecified, at most 50 activities will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. - `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 resources to skip over before returning resources. Default is 0. See: https://google.aip.dev/158#skipping-results ## Response 200 fields (application/json): - `activityLogs` (array) The list of activities. - `activityLogs.name` (string) (IDENTIFIER) The resource name of the activity. Format: activityLog/{activity_log} string.example = ["activityLogs/01234567-89ab-cdef-0123-456789abcdef"] - `activityLogs.type` (string, required) Required. The type of the activity. Enum: "ACTIVITY_TYPE_UNSPECIFIED", "ACTIVITY_TYPE_PEP_AND_SANCTIONS", "ACTIVITY_TYPE_DOCUMENT_VERIFICATION", "ACTIVITY_TYPE_IDENTITY_CHECK", "ACTIVITY_TYPE_RISK_RATING" - `activityLogs.source` (string, required) Required. The source that performed the activity. Enum: "ACTIVITY_SOURCE_UNSPECIFIED", "ACTIVITY_SOURCE_BNDRY", "ACTIVITY_SOURCE_RAPID_ID", "ACTIVITY_SOURCE_TRUUTH", "ACTIVITY_SOURCE_CONNECT_ID", "ACTIVITY_SOURCE_HAWK_AI" - `activityLogs.payload` (any, required) - `activityLogs.createTime` (string) Output only. The timestamp when the activity was created. - `activityLogs.updateTime` (string) Output only. The timestamp when the activity was last updated. - `activityLogs.entityNames` (array) Output only. The entities involved in this activity. string.example = ["entities/john-smith-001"] - `nextPageToken` (string) A token to retrieve the next page of results, or empty if there are no more results in the list. string.example = ["ChAIAhABGAE"] - `totalSize` (integer) The total number of entities matching the request. int32.example = [127]