Generate a MeasureReport

View as MarkdownOpen in Claude

Queues a MeasureReport generation workflow for the operator’s organisation across the supplied date window. The workflow runs asynchronously; the response returns the workflow identifier and its initial status. Poll the list endpoint to discover the completed report, or subscribe to notifications for the corresponding event-type.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
periodStartstringRequired
ISO 8601 date for the inclusive start of the reporting window.
periodEndstringRequired
ISO 8601 date for the inclusive end of the reporting window.

Response

The queued report workflow.
workflowIdstring

Identifier of the Temporal workflow generating the report. The workflow runs asynchronously; poll the report list endpoint to discover the completed row.

statusstring
Workflow lifecycle status when the request returned.