workflows

Get a published workflow by share ID

Returns the published workflow details including the status of each published asset relative to the caller's library. Authentication is required.

get/api/workflows/published/{share_id}

Path parameters

share_idstring required

The share ID of the published workflow.

Response

Published workflow details with asset statuses

listedboolean required
namestring required

Human-readable workflow name.

publish_timestring date-time nullable
share_idstring required
workflow_idstring required
workflow_jsonobject required

The workflow JSON content at publish time.

Changes