v6
latestOpenAPI 3.1.02026-08-04135335658.3 KBWorkflow Templates
Get Workflow Templates
Endpoint to retrieve all workflow templates.
get/workflows/v1/templates
Query parameters
sizeinteger
Number of items per page
Number of items per page
pageinteger
Page number
Page number
searchstring nullable
Search keywords
Search keywords
startstring date-time nullable
Filter by start time (ISO 8601 format)
Filter by start time (ISO 8601 format)
endstring date-time nullable
Filter by end time (ISO 8601 format)
Filter by end time (ISO 8601 format)
logical_idstring nullable
workflow_idstring
Example:5eb7cf5a86d9755df3a6c593
access_level'personal' | 'team' | 'system'
Enum representing different access control levels.
Response
Successful Response
Example response
{
"workflow_templates": [
{
"teamId": "5eb7cf5a86d9755df3a6c593",
"createdBy": "5eb7cf5a86d9755df3a6c593",
"updatedBy": "5eb7cf5a86d9755df3a6c593",
"_id": "5eb7cf5a86d9755df3a6c593",
"workflow_template_config": {
"access_list": [
"5eb7cf5a86d9755df3a6c593"
]
}
}
]
}