v1
latestOpenAPI 3.0.02026-07-26870415.2 KBworkflows
List workflows
Returns paginated workflow summaries for a workspace. Defaults to the latest version per workflow; pass all_versions=true to include version history.
get/v1/workspaces/{id}/workflows
Path parameters
idstring required
Workspace identifier.
Example:j57demo8f8x7c9v0n2q4r6t8y1u3i5o
Query parameters
limitinteger
cursorstring
all_versions'true' | 'false'
When true, include every stored version of each workflow. Defaults to the latest version per workflow.
Example:false
Response
Workflows
Example response
{
"data": [
{
"workflow_id": "k17demo8f8x7c9v0n2q4r6t8y1u3i5o",
"master_id": "m92demo8f8x7c9v0n2q4r6t8y1u3i5o",
"name": "New reservation welcome",
"enabled": true,
"status": "ACTIVE",
"version": 3,
"is_latest": true,
"color": "#2563eb",
"trigger_summary": "RESERVATION_NEW",
"created_at": "2026-04-01T17:22:10.000Z",
"updated_at": "2026-04-03T03:14:15.000Z"
}
],
"next_cursor": "page-token",
"has_more": true
}