API ReferenceTypesGetActivityLogsResponseOn this pageGetActivityLogsResponse type GetActivityLogsResponse = { nextCursor: string | null; results: ActivityEvent[];}; Response from retrieving activity logs. Properties nextCursor nextCursor: string | null; results results: ActivityEvent[];