WorkflowListResponseDto

January 14, 2026 ยท View on GitHub

Fields

FieldTypeRequiredDescription
nameString:heavy_check_mark:Name of the workflow
tagsList<String>:heavy_minus_sign:Tags associated with the workflow
updatedAtString:heavy_check_mark:Last updated timestamp
createdAtString:heavy_check_mark:Creation timestamp
updatedByJsonNullable<WorkflowListResponseDtoUpdatedBy>:heavy_minus_sign:User who last updated the workflow
lastPublishedAtJsonNullable<String>:heavy_minus_sign:Timestamp of the last workflow publication
lastPublishedByJsonNullable<WorkflowListResponseDtoLastPublishedBy>:heavy_minus_sign:User who last published the workflow
idString:heavy_check_mark:Unique database identifier
workflowIdString:heavy_check_mark:Workflow identifier
slugString:heavy_check_mark:Workflow slug
statusWorkflowStatusEnum:heavy_check_mark:Status of the workflow
originResourceOriginEnum:heavy_check_mark:Origin of the layout
lastTriggeredAtJsonNullable<String>:heavy_minus_sign:Timestamp of the last workflow trigger
stepTypeOverviewsList<StepTypeEnum>:heavy_check_mark:Overview of step types in the workflow
isTranslationEnabledOptional<Boolean>:heavy_minus_sign:Is translation enabled for the workflow
stepsList<StepListResponseDto>:heavy_check_mark:Steps of the workflow