Skip to main content
GET
/
api
/
workflow
/
user
/
workflows
List workflows for the current user
curl --request GET \
  --url https://app.herondata.io/api/workflow/user/workflows \
  --header 'x-api-key: <api-key>'
[
  {
    "dashboard_trigger_enabled": true,
    "dashboard_trigger_label": "<string>",
    "heron_id": "<string>",
    "is_default": true,
    "name": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

Response

200 - application/json

List of workflows

dashboard_trigger_enabled
boolean
dashboard_trigger_label
string | null
heron_id
string
is_default
boolean
name
string