---
title: "Get all account_attachments in account"
method: GET
path: "/api/v3/account/account_attachments"
tags: ["account attachments"]
---

# Get all account_attachments in account

`GET /api/v3/account/account_attachments`

## Query parameters

- `last_synced_at` string, date-time

## Headers

- `Fieldwire-Version` string, date, required
- `Fieldwire-Filter` 'active' | 'deleted'
- `Fieldwire-Per-Page` integer

## Response `200`

Successful response

- AccountAttachment[]
  - `id` string, uuid, required — ID of the entity
  - `account_id` integer, required — ID of the user account
  - `project_template_id` string, uuid, nullable — ID of the project template this entity belongs to
  - `project_template_folder_id` string, uuid, nullable — ID of the project template folder, if this attachment belongs to one
  - `name` string, required — Name of the entity
  - `file_url` string, required — URL of the potential processed file
  - `file_size` integer, nullable — Attachment file size
  - `process_state` 'deleting' | 'restoring' | 'null', nullable — Whether this attachment is being restored or deleted
  - `created_at` string, date-time, required — Time when the server created the entity
  - `device_created_at` string, date-time, required — Time when the device created the entity
  - `resolved_conflict` boolean, required — Specifies if PUT/PATCH request was rejected - do not store this field!
  - `device_updated_at` string, date-time, required — Time when the device last updated the entity
  - `updated_at` string, date-time, required — Time when the server last updated the entity
  - `deleted_at` string, date-time, nullable — Time the server deleted the entity
  - `creator_user_id` integer, required — ID of the user who created this entity
  - `last_editor_user_id` integer, required — ID of the user who most recently edited this entity

---

[API](https://skmtc.dev/fieldwire/apis/fieldwire-super-api.md) · [All operations](https://skmtc.dev/fieldwire/apis/fieldwire-super-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fieldwire/fieldwire-super-api/revisions/66ee1c20b92d/schema)
