curl --request GET \
--url https://api.hubapi.com/automation/v3/performance/workflow/{workflowId}[
{
"series": "ENROLLED",
"bucket": "2018-06-29",
"frequency": 102
},
{
"series": "ENROLLED",
"bucket": "2018-06-28",
"frequency": 8
},
{
"series": "ENROLLED",
"bucket": "2018-06-27",
"frequency": 518
},
{
"series": "UNENROLLED",
"bucket": "2018-06-29",
"frequency": 1
},
{
"series": "COMPLETED",
"bucket": "2018-06-29",
"frequency": 101
},
{
"series": "COMPLETED",
"bucket": "2018-06-28",
"frequency": 8
},
{
"series": "COMPLETED",
"bucket": "2018-06-27",
"frequency": 518
}
]Get performance statistics for a workflow over a specified time range.
curl --request GET \
--url https://api.hubapi.com/automation/v3/performance/workflow/{workflowId}[
{
"series": "ENROLLED",
"bucket": "2018-06-29",
"frequency": 102
},
{
"series": "ENROLLED",
"bucket": "2018-06-28",
"frequency": 8
},
{
"series": "ENROLLED",
"bucket": "2018-06-27",
"frequency": 518
},
{
"series": "UNENROLLED",
"bucket": "2018-06-29",
"frequency": 1
},
{
"series": "COMPLETED",
"bucket": "2018-06-29",
"frequency": 101
},
{
"series": "COMPLETED",
"bucket": "2018-06-28",
"frequency": 8
},
{
"series": "COMPLETED",
"bucket": "2018-06-27",
"frequency": 518
}
]Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Scope requirements
Start timestamp in milliseconds
End timestamp in milliseconds
Bucket granularity
DAY, WEEK, MONTH Was this page helpful?