GET
/organizations/{organizationId}/workflowsList workflows
Lists automation workflows and their recent run health.
Send request
Use the documented inputs to call this endpoint directly.
API serverbase URL
Bearer tokenBearerAuthoptional
Stored only in this browser for the BearerAuth security scheme and reused on every API page in this group.
Parameters
Values are applied to the request and the example on the right.
organizationIdpath · stringrequired
Opaque organization identifier.
limitquery · integeroptional
Maximum records to return. Defaults to 25.
cursorquery · stringoptional
Opaque cursor from a prior response.
statequery · stringoptional
Valuesenum
"draft" · "active" · "paused"
Responses
200application/json
Workflow page.
{
"data": [
{
"id": "wfl_01J8FC8R3N4V6Q9P2K7",
"name": "Alert enterprise CSM about failed exports",
"state": "active",
"trigger": {
"event": "export.failed"
},
"steps_count": 2,
"run_health": {
"last_24h": 42,
"failed": 0
},
"created_at": "2026-08-12T13:20:00Z",
"updated_at": "2026-09-01T08:00:00Z"
}
],
"page": {
"next_cursor": "eyJvZmZzZXQiOjI1fQ",
"previous_cursor": null,
"has_more": true
},
"request_id": ""
}dataarray<>optional
pageoptional
request_idstringoptional
Powered by heyo-docs