Gets a deployment conversation file.
REQUIRED | KEY | TYPE | DESCRIPTION |
---|---|---|---|
Yes | deploymentConversationId | str | Unique ID of the conversation. |
Yes | filePath | str | The path of the file to get. |
KEY | TYPE | DESCRIPTION |
---|---|---|
success | Boolean | true if the call succeeded, false if there was an error |
data | stream |
TYPE | WHEN |
---|---|
DataNotFoundError | `deploymentConversationId` is not found. |