googleapis.com – script
Manages and executes Google Apps Script projects.
- Homepage
- https://api.apis.guru/v2/specs/googleapis.com:script/v1.json
- Provider
- googleapis.com:script / script
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/googleapis.com/script/v1/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/googleapis.com/script/v1/openapi.yaml
Tools (18)
Extracted live via the executor SDK.
-
processes.scriptProcessesListList information about processes made by or on behalf of a user, such as process type and current status.
-
processes.scriptProcessesListScriptProcessesList information about a script's executed processes, such as process type and current status.
-
projects.scriptProjectsCreateCreates a new, empty script project with no script files and a base manifest file.
-
projects.scriptProjectsDeploymentsCreateCreates a deployment of an Apps Script project.
-
projects.scriptProjectsDeploymentsDeleteDeletes a deployment of an Apps Script project.
-
projects.scriptProjectsDeploymentsGetGets a deployment of an Apps Script project.
-
projects.scriptProjectsDeploymentsListLists the deployments of an Apps Script project.
-
projects.scriptProjectsDeploymentsUpdateUpdates a deployment of an Apps Script project.
-
projects.scriptProjectsGetGets a script project's metadata.
-
projects.scriptProjectsGetContentGets the content of the script project, including the code source and metadata for each script file.
-
projects.scriptProjectsGetMetricsGet metrics data for scripts, such as number of executions and active users.
-
projects.scriptProjectsUpdateContentUpdates the content of the specified script project. This content is stored as the HEAD version, and is used when the script is executed as a trigger, in the script editor, in add-on preview mode, or as a web app or Apps Script API in development mode. This clears all the existing files in the project.
-
projects.scriptProjectsVersionsCreateCreates a new immutable version using the current code, with a unique version number.
-
projects.scriptProjectsVersionsGetGets a version of a script project.
-
projects.scriptProjectsVersionsListList the versions of a script project.
-
scripts.scriptScriptsRunRuns a function in an Apps Script project. The script project must be deployed for use with the Apps Script API and the calling application must share the same Cloud Platform project. This method requires authorization with an OAuth 2.0 token that includes at least one of the scopes listed in the section; script projects that do not require authorization cannot be executed through this API. To find the correct scopes to include in the authentication token, open the script project Overview page and scroll down to "Project OAuth Scopes." The error
403, PERMISSION_DENIED: The caller does not have permissionindicates that the Cloud Platform project used to authorize the request is not the same as the one used by the script. -
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools