Skip to main content
GET
Get Call Flow

Headers

string
required
API key used for authenticating requests to the API.
string
required
Workspace identifier for the API.

Path Parameters

string
required
The unique ID of the call flow.

Response Fields

string
The unique identifier for the call flow.
string
The identifier of the workspace where the call flow is configured.
string
The name assigned to the call flow.
string
Indicates the direction of the call flow, such as “inbound”.
string
A brief description of what the call flow is designed to handle.
string
The ID of the agent associated with this call flow.
string
The type of prompt used in the call flow, such as “simple”.
object
Contains the configuration of nodes and edges defining the call routing logic.
array
An array detailing each node in the call flow.
array
An array detailing the edges connecting the nodes.
string
The initial or system prompt that is presented in the call flow.
boolean
Indicates whether the call flow is currently active.
object
The configuration settings for the call flow, including details on knowledge bases, response settings, security measures, and call settings.
array
An array of references to knowledge bases included in the call flow.
object
Settings related to response timing within the call flow.
number
The delay before a response is issued, measured in seconds.
object
Security settings relevant to the call flow.
boolean
Indicates whether HIPAA compliance is enabled.
object
Call-related settings for managing the call duration and handling silence.
number
The maximum duration for the call, measured in seconds.
number
The duration of silence that triggers the end of the call, measured in seconds.
string
Timestamp when the call flow was created.
string
Timestamp when the call flow was last updated.