latestOpenAPI 3.1.02026-08-1014497184.0 KB
8b99dca11019
List workflow definitions
Retrieves all workflow definitions for the project
get/workflows
Response
OK
Example response
{
"items": [
{
"disabled": false,
"key": "integration.stripe.charge.succeeded",
"steps": [
{
"command": "broadcast",
"if": "event.amount > 1000",
"input": {
"category": "billing",
"template": "payment_received"
}
}
]
}
]
}