Skip to main content

List Call Flows

GET 

/resources/call_flows

List Call Flows

Responses

A list of Call Flows

Schema

  • Array [

  • id uuid
    project_id uuid
    display_name string
    type string
    created_at date-time
    updated_at date-time

    call_flow

    object

    id uuid

    A unique identifier for the Call Flow

    title string

    The name of the Call Flow

    flow_data string
    relayml string

    A SWML document. For more information on SWML, please go to https://developer.signalwire.com/sdks/reference/swml/introduction/

    document_version integer

    The current revision of the call flow. Every update must increase this number.

  • ]

Loading...