googleapis.com

Manages and executes Google Apps Script projects.

🔑 oauth2 16 endpoints analyticsmedia
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
List information about processes made by or on behalf of a user, such as proc…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://script.googleapis.com/v1/processes
Gets a script project's metadata.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://script.googleapis.com/v1/projects/{scriptId}
Gets the content of the script project, including the code source and metadat…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://script.googleapis.com/v1/projects/{scriptId}/content
Endpoints (16 total)
GET
/v1/processes
List information about processes made by or on behalf of a user, such as proc…
GET
/v1/projects/{scriptId}
Gets a script project's metadata.
GET
/v1/projects/{scriptId}/content
Gets the content of the script project, including the code source and metadat…
GET
/v1/projects/{scriptId}/metrics
Get metrics data for scripts, such as number of executions and active users.
GET
/v1/projects/{scriptId}/versions
List the versions of a script project.
GET
/v1/processes:listScriptProcesses
List information about a script's executed processes, such as process type an…
GET
/v1/projects/{scriptId}/deployments
Lists the deployments of an Apps Script project.
GET
/v1/projects/{scriptId}/versions/{versionNumber}
Gets a version of a script project.
GET
/v1/projects/{scriptId}/deployments/{deploymentId}
Gets a deployment of an Apps Script project.
POST
/v1/projects
Creates a new, empty script project with no script files and a base manifest …
POST
/v1/scripts/{scriptId}:run
Runs a function in an Apps Script project. The script project must be deploye…
POST
/v1/projects/{scriptId}/versions
Creates a new immutable version using the current code, with a unique version…
At a glance
Total SDKs10
Languages6
Endpoints16
Authoauth2
Categories2
https://script.googleapis.com