workflows

Get a published workflow by share ID

[cloud-only] Returns a publicly published cloud workflow by its share identifier.

get/api/workflows/published/{share_id}

Path parameters

share_idstring required

The workflow share ID.

Response

Published workflow

share_idstring required
workflow_idstring required
namestring required

Human-readable workflow name.

listedboolean required
publish_timestring date-time nullable
workflow_jsonobject required

The workflow JSON content at publish time.

Changes