Get a workflow draft

Returns a single workflow draft by ID.

Required scope: workflows:read

Authentication

X-API-Keystring

Organization API key. Keys are prefixed with vk_live_ (production) or vk_sandbox_ (sandbox).

Path parameters

workflow_idstringRequired
draft_idstringRequired

Headers

Verifa-VersiondateOptional

API version date string (e.g. 2026-02-01). If omitted, the version pinned to your API key is used.

Key-InflectionenumOptionalDefaults to snake

Response key casing. Defaults to snake.

Allowed values:

Response

Draft detail.
idstringOptional
workflow_idstringOptional
forked_from_versionintegerOptional
namestringOptional
descriptionstring or nullOptional
graphmap from strings to any or nullOptional
graph_layoutmap from strings to any or nullOptional
data_requirementsmap from strings to any or nullOptional
purposestring or nullOptional
compliance_levelstring or nullOptional
created_bystring or nullOptional
created_atdatetimeOptional
updated_atdatetimeOptional

Errors

401
Unauthorized Error
404
Not Found Error