# Retrieve an activity Retrieves an activity. Endpoint: GET /v1alpha/activityLogs/{activityLog} Version: v1alpha Security: oauth2_client_credentials, oauth2_authorization_code ## Path parameters: - `activityLog` (string, required) The activityLog id. ## Response 200 fields (application/json): - `name` (string) (IDENTIFIER) The resource name of the activity. Format: activityLog/{activity_log} string.example = ["activityLogs/01234567-89ab-cdef-0123-456789abcdef"] - `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" - `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" - `payload` (any, required) - `createTime` (string) Output only. The timestamp when the activity was created. - `updateTime` (string) Output only. The timestamp when the activity was last updated. - `entityNames` (array) Output only. The entities involved in this activity. string.example = ["entities/john-smith-001"]