Skip to main content
GET

Overview

Retrieves a workflow by ID with full details including all steps and their input mappings. Public workflows are accessible to anyone; private workflows require ownership.

Path Parameters

string
required
The workflow UUID

Response

string
Unique workflow identifier
string
Workflow name (max 128 characters)
string
Workflow description
array
Ordered list of workflow steps
string
Creator’s user ID
string
private or public
array
Tags for categorization
string
ISO 8601 creation timestamp
string
ISO 8601 last update timestamp

Example