/** * @example * { * conversation_ids: ["64619700005694", "64619700005695"] * } */ export interface ListCallsWithTranscriptsRequest { /** A list of conversation ids to fetch calls for. Maximum 20. */ conversation_ids: string[]; }