---
title: "Get Attachments (Account)"
method: GET
path: "/attachments"
tags: ["Attachments"]
---

# Get Attachments (Account)

`GET /attachments`

Return all Attachments of account tasks and folders.

<b>Scopes:</b> Default, wsReadOnly, wsReadWrite

## Query parameters

- `versions` boolean — Get attachments with previous versions
- `withUrls` boolean — Get attachment URLs. The link for attachment from Wrike is valid for 24 hours from when you make the request

## Response `2XX`

success response

- object
  - `data` Attachment[]
    - `currentAttachmentId` string
    - `originVersionId` string
    - `reviewIds` ReviewId[] — Review IDs
    - `previewUrl` string — Link to download external attachment preview (present if preview is available)
    - `playlistUrl` string — Link to video playlist
    - `authorId` string
    - `type` 'Google' | 'DAM' | 'OneDrive' | 'Wrike' | 'External' | 'Box' | 'SharePoint' | 'DropBox' — * `Google` - Google attachment. Attachment can be accessed only via URL, downloads are not supported by Wrike.When deleted, only stored link is removed * `DAM` - Attachment from an external DAM system * `OneDrive` - OneDrive attachment. When deleted, only stored link is removed * `Wrike` - Attachment file content stored in Wrike. When deleted, actual file is removed * `External` - External attachment * `Box` - Box attachment. Attachment can be accessed only via URL, downloads are not supported by Wrike.When deleted, only stored link is removed * `SharePoint` - SharePoint attachment. When deleted, only stored link is removed * `DropBox` - DropBox attachment. When deleted, only stored link is removed
    - `version` number — Attachment version
    - `folderId` string — ID of related folder. Only one of taskId/folderId fields is present
    - `url` string — Link to download attachment
    - `createdDate` string — Upload date<br>Format: yyyy-MM-dd'T'HH:mm:ss'Z'
    - `size` number — Size for Wrike Attachments. For external attachments, size is equal to -1
    - `name` string — Attachment filename
    - `width` number — Attachment width, if image
    - `commentId` string — ID of related comment
    - `id` string
    - `contentType` string — Content type
    - `taskId` string — ID of related task. Only one of taskId/folderId fields is present
    - `height` number — Attachment height, if image
  - `kind` 'accounts' | 'users' | 'contacts' | 'assets' | 'eDiscoveryReport' | 'folders' | 'folderTree' | 'tasks' | 'taskIds' | 'timelogs' | 'timelogCategories' | 'timelogLockPeriods' | 'timetrackerTimers' | 'comments' | 'attachments' | 'url' | 'version' | 'dataExport' | 'dataExportSchema' | 'auditLog' | 'accessRoles' | 'stream' | 'changes' | 'posts' | 'mailSettings' | 'integrationInfo' | 'gmailIntegrationSettings' | 'workTypesForIntegrations' | 'ids' | 'backups' | 'domains' | 'dependencies' | 'workflows' | 'workschedules' | 'workscheduleExclusions' | 'workscheduleUserExclusions' | 'customfields' | 'customfieldIds' | 'customstatuses' | 'invitations' | 'notifications' | 'jobroles' | 'placeholders' | 'groups' | 'session' | 'dashboards' | 'widgets' | 'taskCreationSettings' | 'colors' | 'experiments' | 'topics' | 'topicComments' | 'webhooks' | 'reviews' | 'boards' | 'textSearch' | 'chatChannels' | 'chatMessages' | 'forms' | 'requestForms' | 'request' | 'report' | 'platformWidgets' | 'platformWidgetInstances' | 'spaces' | 'pdf' | 'customerSatisfaction' | 'asyncJob' | 'approvals' | 'highlights' | 'highlightsList' | 'highlightsSettings' | 'highlightsCard' | 'timesheet' | 'timesheetRow' | 'timesheetSubmissionRule' | 'mobileFeatures' | 'mobileSettings' | 'folderBlueprintTree' | 'taskBlueprintTree' | 'feedback' | 'timeline_snapshot' | 'contactIds' | 'bookings' | 'integrateThreshold' | 'hourlyRatesProvision' | 'hourlyRates' | 'projectTeamMembers' | 'contactsHistory' | 'tasksHistory' | 'foldersHistory' | 'activityDigest' | 'workItemTemplates' | 'workTemplates' | 'workItemMetadata' | 'workItem' | 'customItemTypes' | 'verificationCode' | 'views' | 'listView' | 'tableView' | 'userTypes' | 'reactions' | 'externalRequesters' | 'workscheduleCapacityOverrides' | 'userCapacityOverrides' | 'userCapacityExclusions' | 'rollups' | 'requestFormPrefill' | 'userAggregatedCapacity' | 'cascadingFieldSettings'

## Other responses

- `4XX` — client-side error response
- `5XX` — server-side error response

---

[API](https://skmtc.net/wrike/apis/wrike-api.md) · [All operations](https://skmtc.net/wrike/apis/wrike-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wrike/wrike-api/revisions/f1c1279c29d6/schema)
