API Docs / Operations / Reports / Get Workflow Step Analysis Report

Get Workflow Step Analysis Report

GET /tenants/{tenant}/reports/workflow-steps

For one workflow template, where does the time go? Per-step duration distributions (median/avg/best/worst/p90, active vs elapsed, skips, chases, client-wait vs internal) across every occurrence (task) spawned from the workflow and completed in the window, divided into the workflow's groups. The occurrence list is served separately (paged) by the occurrences endpoint.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

workflowCode* query string
dateRange query string

Preset date range for the task-completion window (default Last30Days). If CustomDateRange, startDate and endDate are required.

Preset date range for the task-completion window (default Last30Days). If CustomDateRange, startDate and endDate are required.

startDate query string

Task-completion window start (inclusive). Only valid when dateRange=CustomDateRange

Task-completion window start (inclusive). Only valid when dateRange=CustomDateRange

endDate query string

Task-completion window end (inclusive). Only valid when dateRange=CustomDateRange

Task-completion window end (inclusive). Only valid when dateRange=CustomDateRange

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found