get_script_metrics
Retrieve detailed metrics data for Google Apps Script projects by specifying script ID, deployment ID, and granularity to analyze performance and usage effectively.
Instructions
Get metrics data for Google Apps Script projects.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
access_token | Yes | OAuth access token for authorization. | |
deploymentId | Yes | The ID of the deployment to filter metrics. | |
fields | Yes | Selector specifying which fields to include in a partial response. | |
key | Yes | API key for the request. | |
metricsGranularity | Yes | The granularity of the metrics data. | |
oauth_token | Yes | OAuth 2.0 token for the current user. | |
prettyPrint | No | Whether to return the response with indentations and line breaks. | |
scriptId | Yes | The ID of the script project. |