Google Admin Reports
No catalog description yet.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/admin.reports.audit.readonlyTags
Reports Activities WatchGOOGLE_ADMIN_REPORTS_ACTIVITIES_WATCHStart receiving notifications for account activities. For more information, see Receiving Push Notifications.Connection1 scope
Start receiving notifications for account activities. For more information, see Receiving Push Notifications.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/admin.reports.audit.readonlyTags
Admin Channels StopGOOGLE_ADMIN_REPORTS_ADMIN_CHANNELS_STOPStop watching resources through this channel.Connection1 scope
Stop watching resources through this channel.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/admin.reports.audit.readonlyTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/admin.reports.usage.readonlyTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/admin.reports.usage.readonlyTags
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.Connection1 scope
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 requiredScopes
https://www.googleapis.com/auth/admin.reports.usage.readonlyTags