List all workflows
/workflowsRetrieves all workflow definitions for the authenticated user
Query parameters
verbosebooleanoptionaldefault falseIf true, includes full workflow implementation details in workflow_details field
Successfully retrieved workflows
Response fields
successbooleanoptionalWhether the workflow list was retrieved successfully
messagestringoptionalStatus message
workflowsobject[]optionalArray of simplified workflow responses for the authenticated user
idstring (uuid)optionalUnique identifier for the workflow
namestringoptionalHuman-readable name for the workflow
workflow_instructionsstringoptionalNatural language instructions that define the workflow logic
sample_dataobjectoptionalSample data used for workflow graph generation
configobjectoptionalfhir_provider_idsstring (uuid)[]optionalFHIR provider IDs for executing workflow steps
dynamic_generationbooleanoptionalWhether to use dynamic lang2fhir generation instead of pre-populated templates
graphobjectoptionalstepsobject[]optionalSimplified list of workflow steps without operation details
created_atstring (date-time)optionalTimestamp when the workflow was created
updated_atstring (date-time)optionalTimestamp when the workflow was last updated
workflow_detailsobject[]optionalOnly included when verbose=true - contains full implementation details for all workflows
idstring (uuid)optionalUnique identifier for the workflow
namestringoptionalHuman-readable name for the workflow
workflow_instructionsstringoptionalNatural language instructions that define the workflow logic
sample_dataobjectoptionalSample data used for workflow graph generation
configobjectoptionalfhir_provider_idsstring (uuid)[]optionalFHIR provider IDs for executing workflow steps
dynamic_generationbooleanoptionalWhether to use dynamic lang2fhir generation instead of pre-populated templates
graphobjectoptionalstepsobject[]optionalOrdered list of workflow execution steps
created_atstring (date-time)optionalTimestamp when the workflow was created
updated_atstring (date-time)optionalTimestamp when the workflow was last updated