Skip to main content
GET
/
automation
/
v3
/
workflows
Get all workflows
curl --request GET \
  --url https://api.hubapi.com/automation/v3/workflows
[
  {
    "id": 123,
    "name": "<string>",
    "type": "<string>",
    "enabled": true
  }
]

Response

List of workflows

id
integer
name
string
type
string
enabled
boolean
Last modified on December 12, 2025