3 rows sorted by created_at

View and edit SQL

Suggested facets: created_at, updated_at, action_id, url, created_at (date), updated_at (date)

id created_at ▼ updated_at deleted_at action_id name url
2 2021-03-02 19:31:21.060396+03:00 2021-03-02 19:31:21.060396+03:00   Initiated a Takeout 3 Requested the following services: My Activity (all resources)  
3 2021-03-02 19:31:21.060396+03:00 2021-03-02 19:31:21.060396+03:00   Initiated a Takeout 3 You specified that you wanted the archive in zip format, split into 50.00G files, and requested that the output be sent to your email  
31 2021-03-02 19:31:27.889903+03:00 2021-03-02 19:31:27.889903+03:00   Watched Cairo's Khan el-Khalili Walking Tour (4K/60fps) 60053 Prowalk Tours https://www.youtube.com/channel/UCNzul4dnciIlDg8BAcn5-cQ

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE `google_activity_subtitles` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`action_id` integer,`name` text,`url` text,PRIMARY KEY (`id`),CONSTRAINT `fk_google_activity_subtitles_action` FOREIGN KEY (`action_id`) REFERENCES `google_activity`(`id`),CONSTRAINT `fk_google_activity_subtitles` FOREIGN KEY (`action_id`) REFERENCES `google_activity`(`id`));
CREATE INDEX `idx_google_activity_subtitles_deleted_at` ON `google_activity_subtitles`(`deleted_at`);