Using sdk-platform-java with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/sdk-platform-java
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
sdk-platform-java
Java
API
googleapis.com
googleapis.com:workflowexecutions
At a glance
Language Java
Endpoints4
Base URLhttps://workflowexecutions.googleapis.com
✓ Official