v1
latestOpenAPI 3.0.02026-08-0442100147.0 KBWorkspace API - Workflows
Get a workflow
get/v1/apps/{id}/workflows/{workflowId}
Path parameters
idstring required
App client ID
workflowIdstring required
Workflow identifier
Response
Workflow details
Example response
{
"nodes": [
{
"id": "nd_ab12cd34"
}
]
}