Assembled · Arazzo Workflow
Assembled Generate and Retrieve a Report
Version 1.0.0
Start an async report job, then fetch the result, branching on completion status.
View Spec
View on GitHub
Customer SupportWorkforce ManagementWFMAI AgentsAI CopilotContact CenterCustomer ExperienceSupport OperationsSchedulingForecastingQuality AssuranceVendor ManagementBPOArazzoWorkflows
Provider
Workflows
generate-report
Start a report job and fetch the result, branching on its status.
Starts a report for the window and filters, retrieves it by ID, and branches on whether the report is complete or still in progress.
1
startReport
startReport
Kick off generation of the structured report for the supplied window and queue filters.
2
fetchReport
getReport
Retrieve the report by ID. Branches on whether the report is complete or still pending/running so the caller knows whether to poll again.