Skip to main content
Conversation Flows are available under /api/v1/flows. They are the current orchestration API for multi-step call routing.

Flow Object

List Flows

Query parameters:

Create Flow

base_assistant_id and graph can be omitted to let the backend create a starter assistant and one-node starter flow.

Get Flow

Update Flow

Send any subset of name, base_assistant_id, graph, and is_active.

Delete Flow

Deleting a flow removes the flow record and clears phone-number assignments through database foreign keys.

Assign Phone Number

Assigns a phone number to a flow and clears any direct assistant assignment.

Unassign Phone Number