curl --request GET \
--url https://api.hubapi.com/automation/v3/workflows/{workflowId}
{
"name": "Testing 123",
"actions": [],
"id": 10900,
"type": "DRIP_DELAY",
"enabled": false,
"portalId": 62515,
"internal": false,
"onlyExecOnBizDays": true,
"nurtureTimeRange": {
"enabled": false,
"startHour": 9,
"stopHour": 10
},
"listening": false,
"insertedAt": 1348564640837,
"updatedAt": 1467737836223,
"allowContactToTriggerMultipleTimes": false,
"unenrollmentSetting": {
"type": "NONE",
"excludedWorkflows": []
},
"recurringSetting": {
"type": "NONE"
},
"enrollOnCriteriaUpdate": false,
"onlyEnrollsManually": false,
"goalCriteria": [
[
{
"propertyObjectType": "COMPANY",
"filterFamily": "CompanyPropertyValue",
"withinTimeMode": "PAST",
"property": "active__c",
"value": "Yes",
"type": "enumeration",
"operator": "SET_ANY"
}
]
],
"reEnrollmentTriggerSets": [],
"suppressionListIds": [],
"lastUpdatedBy": "test@hubspot.com",
"segmentCriteria": [],
"metaData": {
"triggeredByWorkflowIds": [],
"succeededListId": 183192,
"contactListIds": {
"active": 68737,
"completed": 301,
"succeeded": 183192,
"enrolled": 300
}
}
}
Returns metadata for a specific workflow, including starting conditions and steps.
curl --request GET \
--url https://api.hubapi.com/automation/v3/workflows/{workflowId}
{
"name": "Testing 123",
"actions": [],
"id": 10900,
"type": "DRIP_DELAY",
"enabled": false,
"portalId": 62515,
"internal": false,
"onlyExecOnBizDays": true,
"nurtureTimeRange": {
"enabled": false,
"startHour": 9,
"stopHour": 10
},
"listening": false,
"insertedAt": 1348564640837,
"updatedAt": 1467737836223,
"allowContactToTriggerMultipleTimes": false,
"unenrollmentSetting": {
"type": "NONE",
"excludedWorkflows": []
},
"recurringSetting": {
"type": "NONE"
},
"enrollOnCriteriaUpdate": false,
"onlyEnrollsManually": false,
"goalCriteria": [
[
{
"propertyObjectType": "COMPANY",
"filterFamily": "CompanyPropertyValue",
"withinTimeMode": "PAST",
"property": "active__c",
"value": "Yes",
"type": "enumeration",
"operator": "SET_ANY"
}
]
],
"reEnrollmentTriggerSets": [],
"suppressionListIds": [],
"lastUpdatedBy": "test@hubspot.com",
"segmentCriteria": [],
"metaData": {
"triggeredByWorkflowIds": [],
"succeededListId": 183192,
"contactListIds": {
"active": 68737,
"completed": 301,
"succeeded": 183192,
"enrolled": 300
}
}
}
ID of the workflow
Include validation errors and warnings
Include workflow statistics
Workflow metadata
Simplified workflow schema
Was this page helpful?