Vital · Arazzo Workflow
Vital Await Lab Order Completion and Retrieve Results
Version 1.0.0
Poll an existing order until it completes, then pull its result metadata and raw results.
View Spec
View on GitHub
Health DataWearablesLab TestingDigital HealthHealth TechHealthcareHIPAAHealthKitHealth ConnectEHREMRBiomarkersDiagnosticsContinuous Glucose MonitoringSleepActivityHeart RateWebhookPhlebotomyLab OrdersArazzoWorkflows
Provider
Workflows
await-order-results
Poll an order to completion and retrieve its metadata and raw results.
Polls an order until completed, then retrieves result metadata and raw result data. Stops early if the order is cancelled or failed.
1
pollOrder
Read the order and inspect the latest event. Loops while in progress, ends the workflow if cancelled or failed, and proceeds to results once completed.
2
getResultMetadata
Fetch metadata about the order's results, such as lab metadata, provider, and sample dates.
3
getRawResult
Fetch both the metadata and the raw JSON test data for the order.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.