This document lists the events and parameters for
various types of
Takeout Audit activity events. You can retrieve these events by
calling Activities.list()
with applicationName=takeout
.
User Takeout
Events of this type are returned with type=USER_TAKEOUT
.
User completed a Takeout
An event that occurs when a user takeout request is completed.
COMPLETED_USER_TAKEOUT
COMPLETION_
TIME
integer
Takeout completion time.
INITIATED_
BY
string
Takeout initiator.
PRODUCTS_
REQUESTED
string
Products requested.
TAKEOUT_
DESTINATION
string
Takeout destination. Possible values:
-
BOX
Box. -
DRIVE
Google Drive. -
DROPBOX
Dropbox. -
EMAIL
Takeout delivered via email download link to local storage. -
ONEDRIVE
Microsoft OneDrive. -
UNKNOWN
Takeout delivery location is unknown.
TAKEOUT_
ID
string
Takeout job ID.
TAKEOUT_
STATUS
string
Takeout status. Possible values:
-
CANCELED
Takeout was canceled. -
COMPLETED
Takeout was completed. -
FAILED
Takeout failed. -
IN_PROGRESS
Takeout is still in progress.
USER_
EMAIL
string
Email address of the target user.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ takeout
?eventName= COMPLETED_USER_TAKEOUT
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
user takeout {TAKEOUT_STATUS}
User downloaded a Takeout
An event that occurs when a user takeout is downloaded.
DOWNLOADED_USER_TAKEOUT
DOWNLOAD_
|
Download start time. |
PRODUCTS_
|
Products requested. |
TAKEOUT_
|
Takeout job ID. |
USER_
|
Email address of the target user. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ takeout
?eventName= DOWNLOADED_USER_TAKEOUT
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
downloaded a user takeout
User initiated a Takeout
An event that occurs when a user takeout request is started.
STARTED_USER_TAKEOUT
INITIATED_
BY
string
Takeout initiator.
PRODUCTS_
REQUESTED
string
Products requested.
START_
TIME
integer
Takeout start time.
TAKEOUT_
DESTINATION
string
Takeout destination. Possible values:
-
BOX
Box. -
DRIVE
Google Drive. -
DROPBOX
Dropbox. -
EMAIL
Takeout delivered via email download link to local storage. -
ONEDRIVE
Microsoft OneDrive. -
UNKNOWN
Takeout delivery location is unknown.
TAKEOUT_
ID
string
Takeout job ID.
USER_
EMAIL
string
Email address of the target user.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ takeout
?eventName= STARTED_USER_TAKEOUT
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
performed a user takeout
User scheduled Takeout(s)
An event that occurs when a user takeout request is scheduled.
SCHEDULED_USER_TAKEOUT
PRODUCTS_
REQUESTED
string
Products requested.
SCHEDULED_
TAKEOUT_
EXPIRATION
integer
Expiration of the scheduled periodic Takeout.
TAKEOUT_
DESTINATION
string
Takeout destination. Possible values:
-
BOX
Box. -
DRIVE
Google Drive. -
DROPBOX
Dropbox. -
EMAIL
Takeout delivered via email download link to local storage. -
ONEDRIVE
Microsoft OneDrive. -
UNKNOWN
Takeout delivery location is unknown.
TAKEOUT_
INTERVAL_
UNITS
string
Scheduled Takeout time interval. Possible values:
-
DAY
Unit for Takeout itervals is days. -
MONTH
Unit for Takeout itervals is months. -
WEEK
Unit for Takeout itervals is weeks.
TAKEOUT_
INTERVAL_
VALUE
integer
Scheduled Takeout time interval value.
TAKEOUT_
STATUS
string
Takeout status. Possible values:
-
CANCELED
Takeout was canceled. -
COMPLETED
Takeout was completed. -
FAILED
Takeout failed. -
IN_PROGRESS
Takeout is still in progress.
USER_
EMAIL
string
Email address of the target user.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ takeout
?eventName= SCHEDULED_USER_TAKEOUT
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
scheduled user takeout(s)

