Skip to main content
GET
/
api
/
conversation-flows
List conversation flows
curl --request GET \
  --url https://api.upon-ai.com/api/conversation-flows \
  --header 'Authorization: Bearer <token>'
[
  {
    "conversation_flow_id": "<string>",
    "version": 123,
    "start_speaker": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

workspaceId
integer
required

Workspace identifier.

limit
integer
default:1000

Maximum number of records to return.

Required range: 1 <= x <= 1000
paginationKey
string

Identifier to continue pagination.

paginationKeyVersion
integer

Version paired with the pagination key.

Response

200 - application/json

Conversation flow summaries.

conversation_flow_id
string
required
version
integer
required
start_speaker
string | null