Test Workflow
Checksum (required for a successful test)
Authorizations
Nected-API-KeystringRequired
Your Nected API key. Obtain from your workspace settings.
Path parameters
entity-idstringRequiredExample:
The workflow entity ID
a1b2c3d4-e5f6-7890-abcd-ef1234567890Header parameters
Nected-BranchstringOptional
Branch name (optional)
Body
Request body for the test endpoint
checksumstringOptional
Current checksum from Get workflow by id — must match server state
versionstringOptionalExample:
Version to test (defaults to draft)
draftResponses
200
OK — test execution result with node outputs.
application/json
Standard API response wrapper
codestringOptional
dataanyOptional
Response payload — shape varies by endpoint
messagestringOptional
pageNointegerOptional
pageSizeintegerOptional
totalCountintegerOptional
totalPagesintegerOptional
400
Bad Request (e.g. checksum mismatch)
application/json
500
Internal Server Error
application/json
post
/dev/v1/workflow/{entity-id}/testRequest body
Last updated