integrations.sh
← all integrations

googleapis.com – script

OpenAPI apis-guru analyticsmedia

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.scriptProcessesList

    List information about processes made by or on behalf of a user, such as process type and current status.

  • processes.scriptProcessesListScriptProcesses

    List information about a script's executed processes, such as process type and current status.

  • projects.scriptProjectsCreate

    Creates a new, empty script project with no script files and a base manifest file.

  • projects.scriptProjectsDeploymentsCreate

    Creates a deployment of an Apps Script project.

  • projects.scriptProjectsDeploymentsDelete

    Deletes a deployment of an Apps Script project.

  • projects.scriptProjectsDeploymentsGet

    Gets a deployment of an Apps Script project.

  • projects.scriptProjectsDeploymentsList

    Lists the deployments of an Apps Script project.

  • projects.scriptProjectsDeploymentsUpdate

    Updates a deployment of an Apps Script project.

  • projects.scriptProjectsGet

    Gets a script project's metadata.

  • projects.scriptProjectsGetContent

    Gets the content of the script project, including the code source and metadata for each script file.

  • projects.scriptProjectsGetMetrics

    Get metrics data for scripts, such as number of executions and active users.

  • projects.scriptProjectsUpdateContent

    Updates 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.scriptProjectsVersionsCreate

    Creates a new immutable version using the current code, with a unique version number.

  • projects.scriptProjectsVersionsGet

    Gets a version of a script project.

  • projects.scriptProjectsVersionsList

    List the versions of a script project.

  • scripts.scriptScriptsRun

    Runs 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 permission indicates that the Cloud Platform project used to authorize the request is not the same as the one used by the script.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools