Skip to main content
GET
/
chat
List Chats
curl --request GET \
  --url https://api.cozmox.ai/chat \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "id": "<string>",
      "orgId": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "assistantId": "<string>",
      "assistant": {
        "transcriber": {
          "provider": "assembly-ai",
          "language": "en",
          "confidenceThreshold": 0.4,
          "enableUniversalStreamingApi": false,
          "formatTurns": false,
          "endOfTurnConfidenceThreshold": 0.7,
          "minEndOfTurnSilenceWhenConfident": 160,
          "wordFinalizationMaxWaitTime": 160,
          "maxTurnSilence": 400,
          "realtimeUrl": "<string>",
          "wordBoost": [
            "<string>"
          ],
          "endUtteranceSilenceThreshold": 123,
          "disablePartialTranscripts": true,
          "fallbackPlan": {
            "transcribers": [
              {
                "provider": "assembly-ai",
                "language": "en",
                "confidenceThreshold": 0.4,
                "enableUniversalStreamingApi": false,
                "formatTurns": false,
                "endOfTurnConfidenceThreshold": 0.7,
                "minEndOfTurnSilenceWhenConfident": 160,
                "wordFinalizationMaxWaitTime": 160,
                "maxTurnSilence": 400,
                "realtimeUrl": "<string>",
                "wordBoost": [
                  "<string>"
                ],
                "endUtteranceSilenceThreshold": 123,
                "disablePartialTranscripts": true
              }
            ]
          }
        },
        "model": {
          "model": "claude-3-opus-20240229",
          "provider": "anthropic",
          "messages": [
            {
              "content": "<string>",
              "role": "assistant"
            }
          ],
          "tools": [
            {
              "type": "apiRequest",
              "method": "POST",
              "url": "<string>",
              "messages": [
                {
                  "type": "request-start",
                  "contents": [
                    "<unknown>"
                  ],
                  "blocking": false,
                  "content": "<string>",
                  "conditions": [
                    {
                      "operator": "eq",
                      "param": "<string>",
                      "value": "<string>"
                    }
                  ]
                }
              ],
              "timeoutSeconds": 20,
              "name": "<string>",
              "description": "<string>",
              "body": {
                "type": "string",
                "items": {},
                "properties": {},
                "description": "<string>",
                "pattern": "<string>",
                "format": "date-time",
                "required": [
                  "<string>"
                ],
                "enum": [
                  "<string>"
                ],
                "title": "<string>"
              },
              "headers": {
                "type": "string",
                "items": {},
                "properties": {},
                "description": "<string>",
                "pattern": "<string>",
                "format": "date-time",
                "required": [
                  "<string>"
                ],
                "enum": [
                  "<string>"
                ],
                "title": "<string>"
              },
              "backoffPlan": {
                "type": "fixed",
                "maxRetries": 0,
                "baseDelaySeconds": 1
              },
              "variableExtractionPlan": {
                "schema": {
                  "type": "string",
                  "items": {},
                  "properties": {},
                  "description": "<string>",
                  "pattern": "<string>",
                  "format": "date-time",
                  "required": [
                    "<string>"
                  ],
                  "enum": [
                    "<string>"
                  ],
                  "title": "<string>"
                },
                "aliases": [
                  {
                    "key": "<string>",
                    "value": "<string>"
                  }
                ]
              },
              "function": {
                "name": "<string>",
                "strict": false,
                "description": "<string>",
                "parameters": {
                  "type": "object",
                  "properties": {},
                  "required": [
                    "<string>"
                  ]
                }
              }
            }
          ],
          "toolIds": [
            "<string>"
          ],
          "knowledgeBase": {
            "provider": "custom-knowledge-base",
            "server": {
              "timeoutSeconds": 20,
              "url": "<string>",
              "headers": {},
              "backoffPlan": {
                "type": "fixed",
                "maxRetries": 0,
                "baseDelaySeconds": 1
              }
            }
          },
          "knowledgeBaseId": "<string>",
          "thinking": {
            "type": "enabled",
            "budgetTokens": 50512
          },
          "temperature": 1,
          "maxTokens": 5025,
          "emotionRecognitionEnabled": true,
          "numFastTurns": 1
        },
        "voice": {
          "provider": "azure",
          "voiceId": "andrew",
          "cachingEnabled": true,
          "chunkPlan": {
            "enabled": true,
            "minCharacters": 30,
            "punctuationBoundaries": [
              "。",
              ",",
              ".",
              "!",
              "?",
              ";",
              "،",
              "۔",
              "।",
              "॥",
              "|",
              "||",
              ",",
              ":"
            ],
            "formatPlan": {
              "enabled": true,
              "numberToDigitsCutoff": 2025,
              "replacements": [
                {
                  "type": "exact",
                  "key": "<string>",
                  "value": "<string>",
                  "replaceAllEnabled": false
                }
              ],
              "formattersEnabled": "markdown"
            }
          },
          "speed": 1.25,
          "fallbackPlan": {
            "voices": [
              {
                "provider": "azure",
                "voiceId": "andrew",
                "cachingEnabled": true,
                "speed": 1.25,
                "chunkPlan": {
                  "enabled": true,
                  "minCharacters": 30,
                  "punctuationBoundaries": [
                    "。",
                    ",",
                    ".",
                    "!",
                    "?",
                    ";",
                    "،",
                    "۔",
                    "।",
                    "॥",
                    "|",
                    "||",
                    ",",
                    ":"
                  ],
                  "formatPlan": {
                    "enabled": true,
                    "numberToDigitsCutoff": 2025,
                    "replacements": [
                      {
                        "type": "exact",
                        "key": "<string>",
                        "value": "<string>",
                        "replaceAllEnabled": false
                      }
                    ],
                    "formattersEnabled": "markdown"
                  }
                }
              }
            ]
          }
        },
        "firstMessage": "Hello! How can I help you today?",
        "firstMessageInterruptionsEnabled": false,
        "firstMessageMode": "assistant-speaks-first",
        "voicemailDetection": {
          "provider": "google",
          "beepMaxAwaitSeconds": 30,
          "backoffPlan": {
            "startAtSeconds": 5,
            "frequencySeconds": 5,
            "maxRetries": 6
          }
        },
        "clientMessages": [
          "conversation-update",
          "function-call",
          "hang",
          "model-output",
          "speech-update",
          "status-update",
          "transfer-update",
          "transcript",
          "tool-calls",
          "user-interrupted",
          "voice-input",
          "workflow.node.started"
        ],
        "serverMessages": [
          "conversation-update",
          "end-of-call-report",
          "function-call",
          "hang",
          "speech-update",
          "status-update",
          "tool-calls",
          "transfer-destination-request",
          "user-interrupted"
        ],
        "silenceTimeoutSeconds": 30,
        "maxDurationSeconds": 600,
        "backgroundSound": "office",
        "backgroundDenoisingEnabled": false,
        "modelOutputInMessagesEnabled": false,
        "transportConfigurations": [
          {
            "provider": "twilio",
            "timeout": 60,
            "record": false,
            "recordingChannels": "mono"
          }
        ],
        "observabilityPlan": {
          "provider": "langfuse",
          "tags": [
            "<string>"
          ],
          "metadata": {}
        },
        "credentials": [
          {
            "provider": "anthropic",
            "apiKey": "<string>",
            "name": "<string>"
          }
        ],
        "hooks": [
          {
            "on": "call.ending",
            "do": [
              {
                "type": "transfer",
                "destination": {
                  "type": "number",
                  "number": "<string>",
                  "message": "<string>",
                  "numberE164CheckEnabled": true,
                  "extension": "<string>",
                  "callerId": "<string>",
                  "transferPlan": {
                    "mode": "blind-transfer",
                    "message": "<string>",
                    "timeout": 60,
                    "sipVerb": "refer",
                    "holdAudioUrl": "<string>",
                    "transferCompleteAudioUrl": "<string>",
                    "twiml": "<string>",
                    "summaryPlan": {
                      "messages": [
                        {}
                      ],
                      "enabled": true,
                      "timeoutSeconds": 30.5
                    },
                    "sipHeadersInReferToEnabled": true,
                    "fallbackPlan": {
                      "message": "<string>",
                      "endCallEnabled": true
                    }
                  },
                  "description": "<string>"
                }
              }
            ],
            "filters": [
              {
                "type": "oneOf",
                "key": "<string>",
                "oneOf": [
                  "<string>"
                ]
              }
            ]
          }
        ],
        "name": "<string>",
        "voicemailMessage": "<string>",
        "endCallMessage": "<string>",
        "endCallPhrases": [
          "<string>"
        ],
        "compliancePlan": {
          "hipaaEnabled": {
            "hipaaEnabled": false
          },
          "pciEnabled": {
            "pciEnabled": false
          }
        },
        "metadata": {},
        "backgroundSpeechDenoisingPlan": {
          "smartDenoisingPlan": {
            "enabled": false
          },
          "fourierDenoisingPlan": {
            "enabled": false,
            "mediaDetectionEnabled": true,
            "staticThreshold": -35,
            "baselineOffsetDb": -15,
            "windowSizeMs": 3000,
            "baselinePercentile": 85
          }
        },
        "analysisPlan": {
          "minMessagesThreshold": 1,
          "summaryPlan": {
            "messages": [
              {}
            ],
            "enabled": true,
            "timeoutSeconds": 30.5
          },
          "structuredDataPlan": {
            "messages": [
              {}
            ],
            "enabled": true,
            "schema": {
              "type": "string",
              "items": {},
              "properties": {},
              "description": "<string>",
              "pattern": "<string>",
              "format": "date-time",
              "required": [
                "<string>"
              ],
              "enum": [
                "<string>"
              ],
              "title": "<string>"
            },
            "timeoutSeconds": 30.5
          },
          "structuredDataMultiPlan": [
            {
              "key": "<string>",
              "plan": {
                "messages": [
                  {}
                ],
                "enabled": true,
                "schema": {
                  "type": "string",
                  "items": {},
                  "properties": {},
                  "description": "<string>",
                  "pattern": "<string>",
                  "format": "date-time",
                  "required": [
                    "<string>"
                  ],
                  "enum": [
                    "<string>"
                  ],
                  "title": "<string>"
                },
                "timeoutSeconds": 30.5
              }
            }
          ],
          "successEvaluationPlan": {
            "rubric": "NumericScale",
            "messages": [
              {}
            ],
            "enabled": true,
            "timeoutSeconds": 30.5
          }
        },
        "artifactPlan": {
          "recordingEnabled": true,
          "recordingFormat": "wav;l16",
          "videoRecordingEnabled": false,
          "pcapEnabled": true,
          "pcapS3PathPrefix": "/pcaps",
          "transcriptPlan": {
            "enabled": true,
            "assistantName": "<string>",
            "userName": "<string>"
          },
          "recordingPath": "<string>"
        },
        "messagePlan": {
          "idleMessages": [
            "<string>"
          ],
          "idleMessageMaxSpokenCount": 5.5,
          "idleMessageResetCountOnUserSpeechEnabled": true,
          "idleTimeoutSeconds": 32.5,
          "silenceTimeoutMessage": "<string>"
        },
        "startSpeakingPlan": {
          "waitSeconds": 0.4,
          "smartEndpointingEnabled": false,
          "smartEndpointingPlan": {
            "provider": "cozmox"
          },
          "customEndpointingRules": [
            {
              "type": "assistant",
              "regex": "<string>",
              "timeoutSeconds": 7.5,
              "regexOptions": [
                {
                  "type": "ignore-case",
                  "enabled": true
                }
              ]
            }
          ],
          "transcriptionEndpointingPlan": {
            "onPunctuationSeconds": 0.1,
            "onNoPunctuationSeconds": 1.5,
            "onNumberSeconds": 0.5
          }
        },
        "stopSpeakingPlan": {
          "numWords": 0,
          "voiceSeconds": 0.2,
          "backoffSeconds": 1,
          "acknowledgementPhrases": [
            "i understand",
            "i see",
            "i got it",
            "i hear you",
            "im listening",
            "im with you",
            "right",
            "okay",
            "ok",
            "sure",
            "alright",
            "got it",
            "understood",
            "yeah",
            "yes",
            "uh-huh",
            "mm-hmm",
            "gotcha",
            "mhmm",
            "ah",
            "yeah okay",
            "yeah sure"
          ],
          "interruptionPhrases": [
            "stop",
            "shut",
            "up",
            "enough",
            "quiet",
            "silence",
            "but",
            "dont",
            "not",
            "no",
            "hold",
            "wait",
            "cut",
            "pause",
            "nope",
            "nah",
            "nevermind",
            "never",
            "bad",
            "actually"
          ]
        },
        "monitorPlan": {
          "listenEnabled": false,
          "listenAuthenticationEnabled": false,
          "controlEnabled": false,
          "controlAuthenticationEnabled": false
        },
        "credentialIds": [
          "<string>"
        ],
        "server": {
          "timeoutSeconds": 20,
          "url": "<string>",
          "headers": {},
          "backoffPlan": {
            "type": "fixed",
            "maxRetries": 0,
            "baseDelaySeconds": 1
          }
        },
        "keypadInputPlan": {
          "enabled": true,
          "timeoutSeconds": 5,
          "delimiters": "#"
        }
      },
      "assistantOverrides": {
        "transcriber": {
          "provider": "assembly-ai",
          "language": "en",
          "confidenceThreshold": 0.4,
          "enableUniversalStreamingApi": false,
          "formatTurns": false,
          "endOfTurnConfidenceThreshold": 0.7,
          "minEndOfTurnSilenceWhenConfident": 160,
          "wordFinalizationMaxWaitTime": 160,
          "maxTurnSilence": 400,
          "realtimeUrl": "<string>",
          "wordBoost": [
            "<string>"
          ],
          "endUtteranceSilenceThreshold": 123,
          "disablePartialTranscripts": true,
          "fallbackPlan": {
            "transcribers": [
              {
                "provider": "assembly-ai",
                "language": "en",
                "confidenceThreshold": 0.4,
                "enableUniversalStreamingApi": false,
                "formatTurns": false,
                "endOfTurnConfidenceThreshold": 0.7,
                "minEndOfTurnSilenceWhenConfident": 160,
                "wordFinalizationMaxWaitTime": 160,
                "maxTurnSilence": 400,
                "realtimeUrl": "<string>",
                "wordBoost": [
                  "<string>"
                ],
                "endUtteranceSilenceThreshold": 123,
                "disablePartialTranscripts": true
              }
            ]
          }
        },
        "model": {
          "model": "claude-3-opus-20240229",
          "provider": "anthropic",
          "messages": [
            {
              "content": "<string>",
              "role": "assistant"
            }
          ],
          "tools": [
            {
              "type": "apiRequest",
              "method": "POST",
              "url": "<string>",
              "messages": [
                {
                  "type": "request-start",
                  "contents": [
                    "<unknown>"
                  ],
                  "blocking": false,
                  "content": "<string>",
                  "conditions": [
                    {
                      "operator": "eq",
                      "param": "<string>",
                      "value": "<string>"
                    }
                  ]
                }
              ],
              "timeoutSeconds": 20,
              "name": "<string>",
              "description": "<string>",
              "body": {
                "type": "string",
                "items": {},
                "properties": {},
                "description": "<string>",
                "pattern": "<string>",
                "format": "date-time",
                "required": [
                  "<string>"
                ],
                "enum": [
                  "<string>"
                ],
                "title": "<string>"
              },
              "headers": {
                "type": "string",
                "items": {},
                "properties": {},
                "description": "<string>",
                "pattern": "<string>",
                "format": "date-time",
                "required": [
                  "<string>"
                ],
                "enum": [
                  "<string>"
                ],
                "title": "<string>"
              },
              "backoffPlan": {
                "type": "fixed",
                "maxRetries": 0,
                "baseDelaySeconds": 1
              },
              "variableExtractionPlan": {
                "schema": {
                  "type": "string",
                  "items": {},
                  "properties": {},
                  "description": "<string>",
                  "pattern": "<string>",
                  "format": "date-time",
                  "required": [
                    "<string>"
                  ],
                  "enum": [
                    "<string>"
                  ],
                  "title": "<string>"
                },
                "aliases": [
                  {
                    "key": "<string>",
                    "value": "<string>"
                  }
                ]
              },
              "function": {
                "name": "<string>",
                "strict": false,
                "description": "<string>",
                "parameters": {
                  "type": "object",
                  "properties": {},
                  "required": [
                    "<string>"
                  ]
                }
              }
            }
          ],
          "toolIds": [
            "<string>"
          ],
          "knowledgeBase": {
            "provider": "custom-knowledge-base",
            "server": {
              "timeoutSeconds": 20,
              "url": "<string>",
              "headers": {},
              "backoffPlan": {
                "type": "fixed",
                "maxRetries": 0,
                "baseDelaySeconds": 1
              }
            }
          },
          "knowledgeBaseId": "<string>",
          "thinking": {
            "type": "enabled",
            "budgetTokens": 50512
          },
          "temperature": 1,
          "maxTokens": 5025,
          "emotionRecognitionEnabled": true,
          "numFastTurns": 1
        },
        "voice": {
          "provider": "azure",
          "voiceId": "andrew",
          "cachingEnabled": true,
          "chunkPlan": {
            "enabled": true,
            "minCharacters": 30,
            "punctuationBoundaries": [
              "。",
              ",",
              ".",
              "!",
              "?",
              ";",
              "،",
              "۔",
              "।",
              "॥",
              "|",
              "||",
              ",",
              ":"
            ],
            "formatPlan": {
              "enabled": true,
              "numberToDigitsCutoff": 2025,
              "replacements": [
                {
                  "type": "exact",
                  "key": "<string>",
                  "value": "<string>",
                  "replaceAllEnabled": false
                }
              ],
              "formattersEnabled": "markdown"
            }
          },
          "speed": 1.25,
          "fallbackPlan": {
            "voices": [
              {
                "provider": "azure",
                "voiceId": "andrew",
                "cachingEnabled": true,
                "speed": 1.25,
                "chunkPlan": {
                  "enabled": true,
                  "minCharacters": 30,
                  "punctuationBoundaries": [
                    "。",
                    ",",
                    ".",
                    "!",
                    "?",
                    ";",
                    "،",
                    "۔",
                    "।",
                    "॥",
                    "|",
                    "||",
                    ",",
                    ":"
                  ],
                  "formatPlan": {
                    "enabled": true,
                    "numberToDigitsCutoff": 2025,
                    "replacements": [
                      {
                        "type": "exact",
                        "key": "<string>",
                        "value": "<string>",
                        "replaceAllEnabled": false
                      }
                    ],
                    "formattersEnabled": "markdown"
                  }
                }
              }
            ]
          }
        },
        "firstMessage": "Hello! How can I help you today?",
        "firstMessageInterruptionsEnabled": false,
        "firstMessageMode": "assistant-speaks-first",
        "voicemailDetection": {
          "provider": "google",
          "beepMaxAwaitSeconds": 30,
          "backoffPlan": {
            "startAtSeconds": 5,
            "frequencySeconds": 5,
            "maxRetries": 6
          }
        },
        "clientMessages": [
          "conversation-update",
          "function-call",
          "hang",
          "model-output",
          "speech-update",
          "status-update",
          "transfer-update",
          "transcript",
          "tool-calls",
          "user-interrupted",
          "voice-input",
          "workflow.node.started"
        ],
        "serverMessages": [
          "conversation-update",
          "end-of-call-report",
          "function-call",
          "hang",
          "speech-update",
          "status-update",
          "tool-calls",
          "transfer-destination-request",
          "user-interrupted"
        ],
        "silenceTimeoutSeconds": 30,
        "maxDurationSeconds": 600,
        "backgroundSound": "office",
        "backgroundDenoisingEnabled": false,
        "modelOutputInMessagesEnabled": false,
        "transportConfigurations": [
          {
            "provider": "twilio",
            "timeout": 60,
            "record": false,
            "recordingChannels": "mono"
          }
        ],
        "observabilityPlan": {
          "provider": "langfuse",
          "tags": [
            "<string>"
          ],
          "metadata": {}
        },
        "credentials": [
          {
            "provider": "anthropic",
            "apiKey": "<string>",
            "name": "<string>"
          }
        ],
        "hooks": [
          {
            "on": "call.ending",
            "do": [
              {
                "type": "transfer",
                "destination": {
                  "type": "number",
                  "number": "<string>",
                  "message": "<string>",
                  "numberE164CheckEnabled": true,
                  "extension": "<string>",
                  "callerId": "<string>",
                  "transferPlan": {
                    "mode": "blind-transfer",
                    "message": "<string>",
                    "timeout": 60,
                    "sipVerb": "refer",
                    "holdAudioUrl": "<string>",
                    "transferCompleteAudioUrl": "<string>",
                    "twiml": "<string>",
                    "summaryPlan": {
                      "messages": [
                        {}
                      ],
                      "enabled": true,
                      "timeoutSeconds": 30.5
                    },
                    "sipHeadersInReferToEnabled": true,
                    "fallbackPlan": {
                      "message": "<string>",
                      "endCallEnabled": true
                    }
                  },
                  "description": "<string>"
                }
              }
            ],
            "filters": [
              {
                "type": "oneOf",
                "key": "<string>",
                "oneOf": [
                  "<string>"
                ]
              }
            ]
          }
        ],
        "variableValues": {},
        "name": "<string>",
        "voicemailMessage": "<string>",
        "endCallMessage": "<string>",
        "endCallPhrases": [
          "<string>"
        ],
        "compliancePlan": {
          "hipaaEnabled": {
            "hipaaEnabled": false
          },
          "pciEnabled": {
            "pciEnabled": false
          }
        },
        "metadata": {},
        "backgroundSpeechDenoisingPlan": {
          "smartDenoisingPlan": {
            "enabled": false
          },
          "fourierDenoisingPlan": {
            "enabled": false,
            "mediaDetectionEnabled": true,
            "staticThreshold": -35,
            "baselineOffsetDb": -15,
            "windowSizeMs": 3000,
            "baselinePercentile": 85
          }
        },
        "analysisPlan": {
          "minMessagesThreshold": 1,
          "summaryPlan": {
            "messages": [
              {}
            ],
            "enabled": true,
            "timeoutSeconds": 30.5
          },
          "structuredDataPlan": {
            "messages": [
              {}
            ],
            "enabled": true,
            "schema": {
              "type": "string",
              "items": {},
              "properties": {},
              "description": "<string>",
              "pattern": "<string>",
              "format": "date-time",
              "required": [
                "<string>"
              ],
              "enum": [
                "<string>"
              ],
              "title": "<string>"
            },
            "timeoutSeconds": 30.5
          },
          "structuredDataMultiPlan": [
            {
              "key": "<string>",
              "plan": {
                "messages": [
                  {}
                ],
                "enabled": true,
                "schema": {
                  "type": "string",
                  "items": {},
                  "properties": {},
                  "description": "<string>",
                  "pattern": "<string>",
                  "format": "date-time",
                  "required": [
                    "<string>"
                  ],
                  "enum": [
                    "<string>"
                  ],
                  "title": "<string>"
                },
                "timeoutSeconds": 30.5
              }
            }
          ],
          "successEvaluationPlan": {
            "rubric": "NumericScale",
            "messages": [
              {}
            ],
            "enabled": true,
            "timeoutSeconds": 30.5
          }
        },
        "artifactPlan": {
          "recordingEnabled": true,
          "recordingFormat": "wav;l16",
          "videoRecordingEnabled": false,
          "pcapEnabled": true,
          "pcapS3PathPrefix": "/pcaps",
          "transcriptPlan": {
            "enabled": true,
            "assistantName": "<string>",
            "userName": "<string>"
          },
          "recordingPath": "<string>"
        },
        "messagePlan": {
          "idleMessages": [
            "<string>"
          ],
          "idleMessageMaxSpokenCount": 5.5,
          "idleMessageResetCountOnUserSpeechEnabled": true,
          "idleTimeoutSeconds": 32.5,
          "silenceTimeoutMessage": "<string>"
        },
        "startSpeakingPlan": {
          "waitSeconds": 0.4,
          "smartEndpointingEnabled": false,
          "smartEndpointingPlan": {
            "provider": "cozmox"
          },
          "customEndpointingRules": [
            {
              "type": "assistant",
              "regex": "<string>",
              "timeoutSeconds": 7.5,
              "regexOptions": [
                {
                  "type": "ignore-case",
                  "enabled": true
                }
              ]
            }
          ],
          "transcriptionEndpointingPlan": {
            "onPunctuationSeconds": 0.1,
            "onNoPunctuationSeconds": 1.5,
            "onNumberSeconds": 0.5
          }
        },
        "stopSpeakingPlan": {
          "numWords": 0,
          "voiceSeconds": 0.2,
          "backoffSeconds": 1,
          "acknowledgementPhrases": [
            "i understand",
            "i see",
            "i got it",
            "i hear you",
            "im listening",
            "im with you",
            "right",
            "okay",
            "ok",
            "sure",
            "alright",
            "got it",
            "understood",
            "yeah",
            "yes",
            "uh-huh",
            "mm-hmm",
            "gotcha",
            "mhmm",
            "ah",
            "yeah okay",
            "yeah sure"
          ],
          "interruptionPhrases": [
            "stop",
            "shut",
            "up",
            "enough",
            "quiet",
            "silence",
            "but",
            "dont",
            "not",
            "no",
            "hold",
            "wait",
            "cut",
            "pause",
            "nope",
            "nah",
            "nevermind",
            "never",
            "bad",
            "actually"
          ]
        },
        "monitorPlan": {
          "listenEnabled": false,
          "listenAuthenticationEnabled": false,
          "controlEnabled": false,
          "controlAuthenticationEnabled": false
        },
        "credentialIds": [
          "<string>"
        ],
        "server": {
          "timeoutSeconds": 20,
          "url": "<string>",
          "headers": {},
          "backoffPlan": {
            "type": "fixed",
            "maxRetries": 0,
            "baseDelaySeconds": 1
          }
        },
        "keypadInputPlan": {
          "enabled": true,
          "timeoutSeconds": 5,
          "delimiters": "#"
        }
      },
      "name": "<string>",
      "sessionId": "<string>",
      "input": [
        "Hello, how can you help me?",
        [
          {
            "role": "user",
            "content": "Hello, how can you help me?"
          }
        ]
      ],
      "stream": false,
      "previousChatId": "<string>",
      "messages": [
        {
          "role": "<string>",
          "message": "<string>",
          "time": 123,
          "secondsFromStart": 123
        }
      ],
      "output": [
        {
          "role": "<string>",
          "message": "<string>",
          "time": 123,
          "secondsFromStart": 123
        }
      ],
      "costs": [
        {
          "type": "model",
          "model": {},
          "promptTokens": 123,
          "completionTokens": 123,
          "cost": 123
        }
      ],
      "cost": 123
    }
  ],
  "metadata": {
    "itemsPerPage": 123,
    "totalItems": 123,
    "currentPage": 123
  }
}

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard.

Query Parameters

assistantId
string

This is the unique identifier for the assistant that will be used for the chat.

workflowId
string

This is the unique identifier for the workflow that will be used for the chat.

sessionId
string

This is the unique identifier for the session that will be used for the chat.

page
number

This is the page number to return. Defaults to 1.

Required range: x >= 1
sortOrder
enum<string>

This is the sort order for pagination. Defaults to 'DESC'.

Available options:
ASC,
DESC
limit
number

This is the maximum number of items to return. Defaults to 100.

Required range: 0 <= x <= 1000
createdAtGt
string<date-time>

This will return items where the createdAt is greater than the specified value.

createdAtLt
string<date-time>

This will return items where the createdAt is less than the specified value.

createdAtGe
string<date-time>

This will return items where the createdAt is greater than or equal to the specified value.

createdAtLe
string<date-time>

This will return items where the createdAt is less than or equal to the specified value.

updatedAtGt
string<date-time>

This will return items where the updatedAt is greater than the specified value.

updatedAtLt
string<date-time>

This will return items where the updatedAt is less than the specified value.

updatedAtGe
string<date-time>

This will return items where the updatedAt is greater than or equal to the specified value.

updatedAtLe
string<date-time>

This will return items where the updatedAt is less than or equal to the specified value.

Response

200 - application/json
results
object[]
required
metadata
object
required