Return an agent attachment.
| REQUIRED | KEY | TYPE | DESCRIPTION |
|---|---|---|---|
| Yes | deploymentId | int | The deployment ID. |
| Yes | attachmentId | str | The attachment ID. |
| KEY | TYPE | DESCRIPTION |
|---|---|---|
| success | Boolean | true if the call succeeded, false if there was an error |
| data | stream |
| TYPE | WHEN |
|---|---|
| DataNotFoundError | `deploymentId` is not found. |
| DataNotFoundError | `attachmentId` is not found. |