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

# Get all attachments

`GET /attachment`

This method allows to retrieve attachments.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

A list of all attachments.

- AttachmentListResponse
  - `status` boolean
  - `result` object
    - `total` integer
    - `filtered` integer
    - `count` integer
    - `entities` AttachmentGet[]
      - `hash` string
      - `file` string
      - `mime` string
      - `size` integer
      - `extension` string
      - `full_path` string, uri
      - `url` string

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not Found.
- `413` — Payload Too Large.
- `429` — Too Many Requests.

---

[API](https://skmtc.dev/qase/apis/qase-io-testops-api-v1.md) · [All operations](https://skmtc.dev/qase/apis/qase-io-testops-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qase/qase-io-testops-api-v1/revisions/12ddc644fac5/schema)
