Pular para o conteúdo principal
GET
/
automation
/
v3
/
performance
/
workflow
/
{workflowId}
Get workflow performance
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
  }
]

Parâmetros de caminho

workflowId
integer
obrigatório

Parâmetros de consulta

start
integer<int64>
obrigatório

Start timestamp in milliseconds

end
integer<int64>
obrigatório

End timestamp in milliseconds

bucket
enum<string>
obrigatório

Bucket granularity

Opções disponíveis:
DAY,
WEEK,
MONTH

Resposta

Performance statistics

series
string
bucket
string
frequency
integer
Last modified on April 13, 2026