v1

latestOpenAPI 3.0.02026-08-0442100147.0 KB
Workspace API - Workflows

List all workflows

Returns all workflows for the app, including the default workflow.

get/v1/apps/{id}/workflows

Path parameters

idstring required

App client ID

Response

Workflow list

workflowIdstring required
namestring required
entryNodeIdstring required
createdAtstring date-time
updatedAtstring date-time

Example response

[
  {
    "nodes": [
      {
        "id": "nd_ab12cd34"
      }
    ]
  }
]