Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 50
after
string
searchText
string
type
enum<string>
Available options:
SCRIPTED,
IMPROV,
VOICEMAIL
includeSystem
enum<string>
Available options:
true,
false

Response

List of customer flows

Paginated list of customer flows

data
(Scripted · object | Improv · object | Voicemail · object)[]
required

The conversation a simulated customer has with the agent under test.

pagination
object
required