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>"
}
]Returns all workflows belonging to the authenticated 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>"
}
]Was this page helpful?