For the complete documentation index, see llms.txt. This page is also available as Markdown.
List Workflows (Get All)
Get a paginated list of workflows in your workspace, with optional filtering by name.
The 200 body includes paginationInfo (perPage, totalPage, currentPage, totalRecord) and data: an array of summary rows (id, name, description, version, status, staticUrl, checksum, timestamps, isLive). This is not the full workflow graph — use Get workflow by id for nodes, edges, trigger, settings, etc.
List workflows
get
Get a paginated list of workflows in your workspace with optional filtering by name.
data — array of summary rows only (id, name, description, version, status, staticUrl, checksum, timestamps, isLive). Not the full graph — call Get workflow by id for nodes, edges, trigger, settings, etc.
Canonical response file:Get/GET_ALL.json
Authorizations
Nected-API-KeystringRequired
Your Nected API key. Obtain from your workspace settings.