Workflow
List workflows
Retrieve a list of workflows, optionally filtered by source, destination, state, name, date range, and supports pagination and sorting.
GET
You can specify multiple query parameters, for exampleDocumentation Index
Fetch the complete documentation index at: https://docs.unstructured.io/llms.txt
Use this file to discover all available pages before exploring further.
?source_id=<connector-id>&status=<status>.
Query parameters
Filter by source connector ID.
Filter by destination connector ID.
Filter by workflow state.
| Value | Description |
|---|---|
active | Workflow is enabled and will run on its schedule. |
inactive | Workflow is disabled and will not run. |
paused | Workflow is temporarily paused. |
Filter by workflow name.
Page number for pagination. Default:
1.Results per page. Default:
20.Return workflows created after this ISO 8601 timestamp.
Return workflows created before this ISO 8601 timestamp.
Field to sort results by. Default:
id.Sort order. Default:
asc.| Value | Description |
|---|---|
asc | Ascending order. |
desc | Descending order. |
Filter by DAG node configuration ID.
If
true, return only soft-deleted workflows. Default: false.If
true, include recommender system workflows. Default: false.Response
Unique identifier for the workflow.
Workflow name.
Workflow type:
custom or auto.Workflow state:
active, inactive, or paused.ISO 8601 timestamp when the workflow was created.
Source connector ID.
Destination connector ID.
Repeating run schedule.
Workflow processing pipeline nodes.For more information on workflow nodes, see Workflow nodes.
ISO 8601 timestamp when the workflow was last updated.

