Method
downloadAgentAttachment GET
Copy GET

Return an agent attachment.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes deploymentId int The deployment ID.
Yes attachmentId str The attachment ID.
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 `deploymentId` is not found.
DataNotFoundError `attachmentId` is not found.
Language: