# Download Attachment

**Download attachment (file) of a record.**&#x20;

{% hint style="warning" %}
Currently only downloads the first attachment of the record
{% endhint %}

URL : `/api/v1/app/{app_id}/record/{record_id}/attachment`\
Method : `GET`

### Parameters

*`access_token`* **(required, header parameter)**\
Send this as header – e.g.*“Authorization: Bearer access\_token”*

*`app_id`* **(required, path parameter)**\
Application Id of the record

*`record_id`* **(required, path parameter)**\
Record Id where the file needs to be attached

### Sample Request

`curl -H "Authorization: Bearer {access_token}" https://my.worksmart.app/api/v1/app/1234/record/1/attachment`
