Render breadcrumbs of the structure of the workflow. Run in API Explorer
Ask AI
GET
/api/v1/workflow/{workflow_uuid}/breadcrumbs
curl \
--request GET 'https://api.plannrcrm.com/api/v1/workflow/6ff8f7f6-1eb3-3525-be4a-3932c805afed/breadcrumbs' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"name": "Example Task",
"uuid": "c06ce6a2-9ef1-4c26-bec8-41e38adeb888",
"breadcrumbs": "Parent Task > Example Task"
}