Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Windmill gcp_trigger API

The gcp_trigger API from Windmill — 11 operation(s) for gcp_trigger.

Windmill gcp_trigger API is one of 59 APIs that Windmill publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include gcp_trigger. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, and authentication docs.

This API exposes 11 operations across 11 paths, and defines 10 schemas. It is described by OpenAPI 3.0.3, at version 1.694.0.

Requests are made against a single base URL, /api.

11 operations 11 paths 10 schemas 2 DELETE4 GET5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.694.0
Base URL
https://app.windmill.dev/api
Authentication
HTTP Bearer, API Key
License
Resource Areas
1

Authentication & Security 2

Windmill gcp_trigger API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). An API key is passed in the cookie as token (cookieAuth). By default, every request must be authenticated.

Paths & Operations 11

Across 11 paths, the API surfaces 11 operations — 2 DELETE, 4 GET, 5 POST. Each is listed below with its method, path, parameters, and response codes.

gcp_trigger 11
POST
/w/{workspace}/gcp_triggers/create
Create Gcp Trigger
createGcpTrigger 1 param body → 201
POST
/w/{workspace}/gcp_triggers/update/{path}
Update Gcp Trigger
updateGcpTrigger 2 params body → 200
DELETE
/w/{workspace}/gcp_triggers/delete/{path}
Delete Gcp Trigger
deleteGcpTrigger 2 params → 200
GET
/w/{workspace}/gcp_triggers/get/{path}
Get Gcp Trigger
getGcpTrigger 2 params → 200
GET
/w/{workspace}/gcp_triggers/list
List Gcp Triggers
listGcpTriggers 7 params → 200
GET
/w/{workspace}/gcp_triggers/exists/{path}
Does Gcp Trigger Exists
existsGcpTrigger 2 params → 200
POST
/w/{workspace}/gcp_triggers/setmode/{path}
Set Enabled Gcp Trigger
setGcpTriggerMode 2 params body → 200
POST
/w/{workspace}/gcp_triggers/test
Test Gcp Connection
testGcpConnection 1 param body → 200
DELETE
/w/{workspace}/gcp_triggers/subscriptions/delete/{path}
Delete Gcp Trigger
deleteGcpSubscription 2 params body → 200
GET
/w/{workspace}/gcp_triggers/topics/list/{path}
List All Topics of Google Cloud Service
listGoogleTopics 2 params → 200
POST
/w/{workspace}/gcp_triggers/subscriptions/list/{path}
List All Subscription of a Give Topic from Google Cloud Service
listAllTGoogleTopicSubscriptions 2 params body → 200

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are GcpTriggerData (19 properties), GcpTrigger (12 properties), TriggerExtraProperty (10 properties), PushConfig (2 properties). Each schema is shown below with its type and property counts.

GcpTrigger
object
A Google Cloud Pub/Sub trigger that executes a script or flow when messages are received.
12 properties 5 required
DeliveryType
string
Delivery mode for messages. 'push' for HTTP push delivery where messages are sent to a webhook endpoint, 'pull' for polling where the trigger actively fetches…
TriggerExtraProperty
object
10 properties 9 required
ScriptArgs
object
The arguments to pass to the script or flow
SubscriptionMode
string
The mode of subscription. 'existing' means using an existing GCP subscription, while 'createupdate' involves creating or updating a new subscription.
DeleteGcpSubscription
object
1 property 1 required
GetAllTopicSubscription
object
1 property 1 required
TriggerMode
string
job trigger mode
GcpTriggerData
object
Data for creating or updating a Google Cloud Pub/Sub trigger.
19 properties 6 required
PushConfig
object
Configuration for push delivery mode.
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

windmill-gcp-trigger-api-openapi.yml Raw ↑

Other APIs Windmill publishes across the network.

Windmill admin API
Windmill agent_workers API
Windmill app API
Windmill asset API
Windmill audit API
Windmill azure_trigger API
Windmill capture API
Windmill concurrencyGroups API
Windmill config API
Windmill documentation API
Windmill draft API
Windmill email_trigger API