googleapis.com

Execute workflows created with Workflows API.

🔑 oauth2 4 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
Returns an execution of the given name.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://workflowexecutions.googleapis.com/v1beta/{name}
Returns a list of executions which belong to the workflow with the given name…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://workflowexecutions.googleapis.com/v1beta/{parent}/executions
Endpoints (4 total)
GET
/v1beta/{name}
Returns an execution of the given name.
GET
/v1beta/{parent}/executions
Returns a list of executions which belong to the workflow with the given name…
POST
/v1beta/{name}:cancel
Cancels an execution of the given name.
POST
/v1beta/{parent}/executions
Creates a new execution using the latest revision of the given workflow.
At a glance
Total SDKs10
Languages6
Endpoints4
Authoauth2
Categories2
https://workflowexecutions.googleapis.com