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
Example response
[
{
"nodes": [
{
"id": "nd_ab12cd34"
}
]
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.