Retrieve a list of activities for a specific customer’s account and application.
External DocumentationTo learn more, visit the Google Admin Console documentation.

Basic Parameters

ParameterDescription
Application NameApplication name for which the events are to be retrieved.

For more information about the available applications, refer to Google Admin Console’s documentation.
End TimeSet the end of the range of time shown in the report. The default value is the approximate time of the action execution.

Note: For Gmail application name, Start Time and End Time must be provided and the difference must not be greater than 30 days.
Event NameThe event name to view activities for. Each event name is related to a specific Google Workspace service or feature.

For more information on available Event Names, please refer to the list of application names.

Click on each application name activity events link to view the corresponding event name. For example, for the calendar application, the event name is change_calendar_acls.
FiltersA comma-separated list composed of event parameters manipulated by relational operators. For example:

{parameter1 name}{relational operator}{parameter1 value},{parameter2 name}{relational operator}{parameter2 value},...

These event parameters are associated with a specific Event Name. If the filter’s parameter doesn’t belong to the specified Event Name, an empty report is returned.

For more information about the filters parameter, refer to Google Admin Console’s documentation.
Start TimeSet the beginning of the range of time shown in the report.

Note: For Gmail application name, Start Time and End Time must be provided and the difference must not be greater than 30 days.

Advanced Parameters

ParameterDescription
Delegated User OverridePerform the action on behalf of another user, overriding the delegated user defined in the connection.

If not specified, the delegated user is the one provided in the connection.

Has no effect when using an OAuth connection.

NOTE: the connection details are not edited by this input.
Max ResultsThe maximum number of results to retrieve in a single execution.
Page TokenA page token, received from a previous execution. Provide this to retrieve the subsequent page. When paginating, all other parameters provided must match the execution that provided the page token.

Example Output

{
	"kind": "admin#reports#activities",
	"etag": "\"HT17nNOKg3qK25zh6p3L6mirrcELRXThl-03egjpiRg/bQC1fjTKt9X1xizuS--qchBBszd\"",
	"items": [
		{
			"kind": "admin#reports#activity",
			"id": {
				"time": "2023-07-05T05:32:34.210Z",
				"uniqueQualifier": "-8094899614681261977",
				"applicationName": "admin",
				"customerId": "C00t3zpd2"
			},
			"etag": "\"HT17nNOKg3qK25zh6p3L6mirrcELRXThl-03egjpiRg/7neN4KVdiWsCt5d7O2Xr4_ZVb0y\"",
			"actor": {
				"callerType": "USER",
				"email": "blink@test.com",
				"profileId": "111333624104757398244"
			},
			"events": [
				{
					"type": "DOMAIN_SETTINGS",
					"name": "REMOVE_APPLICATION",
					"parameters": [
						{
							"name": "APP_ID",
							"value": "37363080244"
						},
						{
							"name": "APPLICATION_NAME",
							"value": "Blink Test"
						}
					]
				}
			]
		}
	]
}

Workflow Library Example

List Activities with Google Admin Console and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop