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.

Response shape:

  • paginationInfoperPage, totalPage, currentPage, totalRecord

  • 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.

Query parameters
pageNointegerOptional

Page number (1-based)

Default: 1
pageSizeintegerOptional

Items per page

Default: 10
namestringOptional

Filter / search by workflow name

Header parameters
Nected-BranchstringOptional

Branch name (optional)

Responses
200

OK — paginationInfo + summary data rows.

application/json

Success response for GET /dev/v1/workflow

codestringOptional
messagestringOptional
get
/dev/v1/workflow

Example response (full JSON)

Use the API reference below to try the endpoint.

2KB
Open

Last updated