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 azure_trigger API

The azure_trigger API from Windmill — 13 operation(s) for azure_trigger.

Windmill azure_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 azure_trigger. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, and authentication docs.

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

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

13 operations 13 paths 11 schemas 2 DELETE3 GET8 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 azure_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 13

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

azure_trigger 13
POST
/w/{workspace}/azure_triggers/create
Create an Azure Event Grid Trigger
createAzureTrigger 1 param body → 201
POST
/w/{workspace}/azure_triggers/update/{path}
Update an Azure Event Grid Trigger
updateAzureTrigger 2 params body → 200
DELETE
/w/{workspace}/azure_triggers/delete/{path}
Delete an Azure Event Grid Trigger
deleteAzureTrigger 2 params → 200
GET
/w/{workspace}/azure_triggers/get/{path}
Get an Azure Event Grid Trigger
getAzureTrigger 2 params → 200
GET
/w/{workspace}/azure_triggers/list
List Azure Triggers
listAzureTriggers 6 params → 200
GET
/w/{workspace}/azure_triggers/exists/{path}
Check Whether an Azure Trigger Exists
existsAzureTrigger 2 params → 200
POST
/w/{workspace}/azure_triggers/setmode/{path}
Set Azure Trigger Mode
setAzureTriggerMode 2 params body → 200
POST
/w/{workspace}/azure_triggers/test
Test Azure Service Principal Connection
testAzureConnection 1 param body → 200
POST
/w/{workspace}/azure_triggers/namespaces/topics/list/{path}
List Topics Under an Event Grid Namespace
listAzureNamespaceTopics 2 params body → 200
POST
/w/{workspace}/azure_triggers/namespaces/subscriptions/list/{path}
List Subscriptions Under a Namespace Topic
listAzureNamespaceSubscriptions 2 params body → 200
DELETE
/w/{workspace}/azure_triggers/subscriptions/delete/{path}
Delete an Event Grid Subscription on Azure
deleteAzureSubscription 2 params body → 200
POST
/w/{workspace}/azure_triggers/namespaces/list/{path}
List Event Grid Namespaces the Service Principal Can Access
listAzureNamespaces 2 params → 200
POST
/w/{workspace}/azure_triggers/basic/topics/list/{path}
List Basic Event Grid Topics + System Topics the Service Principal Can Access
listAzureBasicTopics 2 params → 200

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are AzureTriggerData (17 properties), AzureTrigger (12 properties), TriggerExtraProperty (10 properties), AzureDeleteSubscription (4 properties). Each schema is shown below with its type and property counts.

AzureTriggerData
object
Data for creating or updating an Azure Event Grid trigger.
17 properties 7 required
AzureArmResource
object
An ARM resource the service principal can see.
4 properties 3 required
AzureListSubscriptions
object
2 properties 2 required
AzureTrigger
object
An Azure Event Grid trigger that executes a script or flow when events arrive.
12 properties 4 required
TestAzureConnection
object
1 property 1 required
TriggerExtraProperty
object
10 properties 9 required
ScriptArgs
object
The arguments to pass to the script or flow
TriggerMode
string
job trigger mode
AzureDeleteSubscription
object
4 properties 3 required
AzureListTopics
object
1 property 1 required
AzureMode
string
Azure Event Grid trigger mode.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

windmill-azure-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 capture API
Windmill concurrencyGroups API
Windmill config API
Windmill documentation API
Windmill draft API
Windmill email_trigger API
Windmill favorite API