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

The postgres_trigger API from Windmill — 20 operation(s) for postgres_trigger.

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

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

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

20 operations 20 paths 13 schemas 3 DELETE9 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 postgres_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 20

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

postgres_trigger 20
GET
/w/{workspace}/postgres_triggers/postgres/version/{path}
Get Postgres Version
getPostgresVersion 2 params → 200
GET
/w/{workspace}/postgres_triggers/is_valid_postgres_configuration/{path}
Check if Postgres Configuration is Set to Logical
isValidPostgresConfiguration 2 params → 200
POST
/w/{workspace}/postgres_triggers/create_template_script
Create Template Script
createTemplateScript 1 param body → 200
GET
/w/{workspace}/postgres_triggers/get_template_script/{id}
Get Template Script
getTemplateScript 2 params → 200
GET
/w/{workspace}/postgres_triggers/slot/list/{path}
List Postgres Replication Slot
listPostgresReplicationSlot 2 params → 200
POST
/w/{workspace}/postgres_triggers/slot/create/{path}
Create Replication Slot for Postgres
createPostgresReplicationSlot 2 params body → 201
DELETE
/w/{workspace}/postgres_triggers/slot/delete/{path}
Delete Postgres Replication Slot
deletePostgresReplicationSlot 2 params body → 200
GET
/w/{workspace}/postgres_triggers/publication/list/{path}
List Postgres Publication
listPostgresPublication 2 params → 200
GET
/w/{workspace}/postgres_triggers/publication/get/{publication}/{path}
Get Postgres Publication
getPostgresPublication 3 params → 200
POST
/w/{workspace}/postgres_triggers/publication/create/{publication}/{path}
Create Publication for Postgres
createPostgresPublication 3 params body → 201
POST
/w/{workspace}/postgres_triggers/publication/update/{publication}/{path}
Update Publication for Postgres
updatePostgresPublication 3 params body → 201
DELETE
/w/{workspace}/postgres_triggers/publication/delete/{publication}/{path}
Delete Postgres Publication
deletePostgresPublication 3 params → 200
POST
/w/{workspace}/postgres_triggers/create
Create Postgres Trigger
createPostgresTrigger 1 param body → 201
POST
/w/{workspace}/postgres_triggers/update/{path}
Update Postgres Trigger
updatePostgresTrigger 2 params body → 200
DELETE
/w/{workspace}/postgres_triggers/delete/{path}
Delete Postgres Trigger
deletePostgresTrigger 2 params → 200
GET
/w/{workspace}/postgres_triggers/get/{path}
Get Postgres Trigger
getPostgresTrigger 2 params → 200
GET
/w/{workspace}/postgres_triggers/list
List Postgres Triggers
listPostgresTriggers 7 params → 200
GET
/w/{workspace}/postgres_triggers/exists/{path}
Does Postgres Trigger Exists
existsPostgresTrigger 2 params → 200
POST
/w/{workspace}/postgres_triggers/setmode/{path}
Set Enabled Postgres Trigger
setPostgresTriggerMode 2 params body → 200
POST
/w/{workspace}/postgres_triggers/test
Test Postgres Connection
testPostgresConnection 1 param body → 200

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are EditPostgresTrigger (14 properties), NewPostgresTrigger (14 properties), TriggerExtraProperty (10 properties), PostgresTrigger (9 properties). Each schema is shown below with its type and property counts.

Relations
object
2 properties 2 required
TemplateScript
object
3 properties 3 required
TableToTrack
array
NewPostgresTrigger
object
14 properties 5 required
PublicationData
object
2 properties 1 required
ScriptArgs
object
The arguments to pass to the script or flow
PostgresTrigger
object
9 properties 3 required
EditPostgresTrigger
object
14 properties 7 required
Slot
object
1 property
SlotList
object
2 properties
TriggerExtraProperty
object
10 properties 9 required
Language
string
TriggerMode
string
job trigger mode

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

windmill-postgres-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