Skip to main content
GET
List Workflows

Headers

unstructured-api-key
string | null

Query Parameters

dag_node_configuration_id
string | null
source_id
string<uuid> | null
destination_id
string<uuid> | null
status
enum<string> | null
Available options:
active,
inactive
page
integer | null
default:1
page_size
integer | null
default:20
created_since
string<date-time> | null
created_before
string<date-time> | null
name
string | null
sort_by
string
default:id
sort_direction
enum<string>
default:asc
Available options:
asc,
desc
show_only_soft_deleted
boolean | null
default:false
show_recommender_workflows
boolean | null
default:false

Response

Successful Response

id
string<uuid>
required
name
string
required
sources
string<uuid>[]
required
destinations
string<uuid>[]
required
workflow_nodes
WorkflowNode · object[]
required
status
enum<string>
required
Available options:
active,
inactive
created_at
string<date-time>
required
workflow_type
enum<string> | null
Available options:
basic,
advanced,
platinum,
custom
schedule
WorkflowSchedule · object | null
Example:
updated_at
string<date-time> | null
reprocess_all
boolean
default:false