v1
latestOpenAPI 3.1.02026-07-1245137133.6 KBworkflows
List Workflows
Retrieve a list of workflows, optionally filtered by source, destination, state, name, date range, and supports pagination and sorting.
get/api/v1/workflows/
Query parameters
dag_node_configuration_idstring nullable
status'active' | 'inactive'
pageinteger nullable
page_sizeinteger nullable
created_sincestring date-time nullable
created_beforestring date-time nullable
namestring nullable
sort_bystring
sort_direction'asc' | 'desc'
show_only_soft_deletedboolean nullable
Headers
unstructured-api-keystring nullable
Response
Successful Response
Example response
[
{
"schedule": {
"crontab_entries": [
{
"cron_expression": "0 0 * * *"
}
]
}
}
]