For the complete documentation index, see llms.txt. This page is also available as Markdown.

List published versions by id

List all published versions of a workflow for the given entity ID. Results are paginated.

The data array contains version metadata rows (id, version, title, description, publishedAt, checksum) — not the full workflow graph.

List published versions

get

List all published versions of a workflow in reverse chronological order (most recent first). Results are paginated.

Each item in data includes: id, version, title, description, publishedAt, checksum.

To retrieve the full graph for a specific version, call GET /dev/v1/workflow/{entity-id}?version=v1.

Canonical response file: examples/list_versions_200.json

Authorizations
Nected-API-KeystringRequired

Your Nected API key. Obtain from your workspace settings.

Path parameters
entity-idstringRequired

The workflow entity ID

Example: a1b2c3d4-e5f6-7890-abcd-ef1234567890
Query parameters
pageNointegerOptional

Page number (1-based)

Default: 1
pageSizeintegerOptional

Items per page

Default: 10
Header parameters
Nected-BranchstringOptional

Branch name (optional)

Responses
200

OK — list of published versions.

application/json

Standard API response wrapper

codestringOptional
dataanyOptional

Response payload — shape varies by endpoint

messagestringOptional
pageNointegerOptional
pageSizeintegerOptional
totalCountintegerOptional
totalPagesintegerOptional
get
/dev/v1/workflow/{entity-id}/version

Last updated