Skip to main content
GET
You can specify multiple query parameters, for example ?source_id=<connector-id>&status=<status>.

Query parameters

string
Filter by source connector ID.
string
Filter by destination connector ID.
string
Filter by workflow state.
string
Filter by workflow name.
integer
Page number for pagination. Default: 1.
integer
Results per page. Default: 20.
string
Return workflows created after this ISO 8601 timestamp.
string
Return workflows created before this ISO 8601 timestamp.
string
Field to sort results by. Default: id.
string
Sort order. Default: asc.
string
Filter by DAG node configuration ID.
boolean
If true, return only soft-deleted workflows. Default: false.
boolean
If true, include recommender system workflows. Default: false.

Response

string
required
Unique identifier for the workflow.
string
required
Workflow name.
string
required
Workflow type: custom or auto.
string
required
Workflow state: active, inactive, or paused.
string
required
ISO 8601 timestamp when the workflow was created.
string
Source connector ID.
string
Destination connector ID.
string
Repeating run schedule.
array
Workflow processing pipeline nodes.For more information on workflow nodes, see Workflow nodes.
string
ISO 8601 timestamp when the workflow was last updated.