Using go-genai with googleapis.com

Go integration

✓ Official SDK
Install
go get github.com/googleapis/go-genai
Quick start
import "go-genai"

// Initialize client
client := go-genai.NewClient("YOUR_ACCESS_TOKEN")
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
SDK on GitHub 📄 API Docs
SDK
go-genai
Go
API
googleapis.com
googleapis.com:workflowexecutions
At a glance
Language Go
Endpoints4
Base URLhttps://workflowexecutions.googleapis.com
✓ Official