---
title: "Get all attachments"
method: GET
path: "/attachments/list"
tags: ["Attachments"]
---

# Get all attachments

`GET /attachments/list`

REQUIRED SCOPES <code>['attachments:read']</code><br>Get all attachments with pagination and filtering options

## Query parameters

- `term` string
- `per_page` integer
- `page` integer
- `type` string

## Response `200`

OK

- object
  - `attachments` AttachmentResource[] — List of attachments sorted by type
    - `source` string — Transform the resource into an array.
    - `source_short` string
    - `content_type` string
  - `space_used` integer — Total space used by attachments in megabytes
  - `page` integer — Current page number
  - `per_page` integer — Number of items per page
  - `total` integer — Total number of attachments

## Other responses

- `404` — Not Found

---

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