Open Connector
All tools

Google Admin Reports

No catalog description yet.

google-admin-reportsv1.0.06 tools

Authentication

MethodKindStatusDetails
OAuth 2.0oauth2available

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "GOOGLE_ADMIN_REPORTS_ACTIVITIES_LIST",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("GOOGLE_ADMIN_REPORTS_ACTIVITIES_LIST", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute GOOGLE_ADMIN_REPORTS_ACTIVITIES_LIST --data '{ }'

Tool catalog

Available tools

6 callable operations

Reports Activities ListGOOGLE_ADMIN_REPORTS_ACTIVITIES_LISTRetrieves a list of activities for a specific customer's account and application such as the Admin console application or the Google Drive application. For more information, see the guides for administrator and Google Drive activity reports. For more information about the activity report's parameters, see the activity parameters reference guides.

Retrieves a list of activities for a specific customer's account and application such as the Admin console application or the Google Drive application. For more information, see the guides for administrator and Google Drive activity reports. For more information about the activity report's parameters, see the activity parameters reference guides.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/admin.reports.audit.readonly

Tags

activities
Reports Activities WatchGOOGLE_ADMIN_REPORTS_ACTIVITIES_WATCHStart receiving notifications for account activities. For more information, see Receiving Push Notifications.

Start receiving notifications for account activities. For more information, see Receiving Push Notifications.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/admin.reports.audit.readonly

Tags

activities
Admin Channels StopGOOGLE_ADMIN_REPORTS_ADMIN_CHANNELS_STOPStop watching resources through this channel.

Stop watching resources through this channel.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/admin.reports.audit.readonly

Tags

channels
Reports CustomerUsageReports GetGOOGLE_ADMIN_REPORTS_CUSTOMER_USAGE_REPORTS_GETRetrieves a report which is a collection of properties and statistics for a specific customer's account. For more information, see the Customers Usage Report guide. For more information about the customer report's parameters, see the Customers Usage parameters reference guides.

Retrieves a report which is a collection of properties and statistics for a specific customer's account. For more information, see the Customers Usage Report guide. For more information about the customer report's parameters, see the Customers Usage parameters reference guides.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/admin.reports.usage.readonly

Tags

customerusagereports
Reports EntityUsageReports GetGOOGLE_ADMIN_REPORTS_ENTITY_USAGE_REPORTS_GETRetrieves a report which is a collection of properties and statistics for entities used by users within the account. For more information, see the Entities Usage Report guide. For more information about the entities report's parameters, see the Entities Usage parameters reference guides.

Retrieves a report which is a collection of properties and statistics for entities used by users within the account. For more information, see the Entities Usage Report guide. For more information about the entities report's parameters, see the Entities Usage parameters reference guides.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/admin.reports.usage.readonly

Tags

entityusagereports
Reports UserUsageReport GetGOOGLE_ADMIN_REPORTS_USER_USAGE_REPORT_GETRetrieves a report which is a collection of properties and statistics for a set of users with the account. For more information, see the User Usage Report guide. For more information about the user report's parameters, see the Users Usage parameters reference guides.

Retrieves a report which is a collection of properties and statistics for a set of users with the account. For more information, see the User Usage Report guide. For more information about the user report's parameters, see the Users Usage parameters reference guides.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/admin.reports.usage.readonly

Tags

userusagereport