Lists all conversations for the given deployment and current user.
| REQUIRED | KEY | TYPE | DESCRIPTION |
|---|---|---|---|
| No | deploymentId | str | The deployment to get conversations for. |
| No | externalApplicationId | str | The external application id associated with the deployment conversation. If specified, only conversations created on that application will be listed. |
| No | conversationType | DeploymentConversationType | The type of the conversation indicating its origin. |
| No | fetchLastLlmInfo | bool | If true, the LLM info for the most recent conversation will be fetched. Only applicable for system-created bots. |
| KEY | TYPE | DESCRIPTION |
|---|---|---|
| success | Boolean | true if the call succeeded, false if there was an error |
| result | list[DeploymentConversation] |
| TYPE | WHEN |
|---|---|
| DataNotFoundError |
|
| DataNotFoundError |
|