Method
getDeploymentConversationFile GET
Copy GET

Gets a deployment conversation file.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes deploymentConversationId str Unique ID of the conversation.
Yes filePath str The path of the file to get.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
data stream

Exceptions:

TYPE WHEN
DataNotFoundError `deploymentConversationId` is not found.
Language: