ConversationList
- itemsType: array object[] · Itemsrequired
A conversation record — metadata and lifecycle, without its transcript.
- conversationType: string · Conversation Id
_id requiredStable identifier for the conversation.
- mediumType: string · Mediumrequired
Communication medium, e.g.
voice. - statusType: string · Statusrequired
openwhile a session is live;closedonce the last session ends. - configurationType: array string[] · Configuration Ids
_ids Distinct configuration ids active over the conversation.
- createdType: string · Created Atnullable
_at - endedType: string · Ended Atnullable
_at When the last session ended (ISO 8601); absent while open.
- sourceType: array string[] · Source Sessions
_sessions Session ids that produced turns.
- startedType: string · Started Atnullable
_at When the earliest session started (ISO 8601).
- transportType: string · Transport Keynullable
_key Medium-native key: the telephony
call_idfor voice. - turnType: integer · Turn Count
_count Total turns written to the transcript.
- updatedType: string · Updated Atnullable
_at - usageType: object · ConversationUsage
- userType: string · User Idnullable
_id End-user identifier, if supplied.
- nextType: string · Next Cursornullable
_cursor Opaque keyset cursor — pass as
cursorto fetch the next page.nullon the last page.