Get workflow
Returns the workflow and exactly ONE of its versions. Which one is up to version; by default it is the active (published) version that runs, falling back to the draft when nothing has been activated yet. The workflow object always reports activeVersionNumber, latestPublishedVersionNumber and draftDirty, so a client can tell what else exists — unpublished edits, or a newer published version than the one that runs — and ask for it by number in a second call.
Authorizations
Organization API key, generated in studio.sidenet.ai. Backend only — never in a browser.
Path Parameters
"4c2f9e18-7a63-4d05-b1e8-93a7c0f2d641"
Query Parameters
Which version of the workflow to return. Takes any of: a version number (3, or v3); 0 or draft for the unpublished draft; latest for the newest published version; active for the one serving traffic; or the version row's uuid. Defaults to active, falling back to the draft when nothing has been activated yet.
"active"
Response
The workflow and the version that was selected