---
title: "GET /helpdesk/cases/{cases_id}/attachments"
method: GET
path: "/helpdesk/cases/{cases_id}/attachments"
tags: ["Helpdesk"]
---

# GET /helpdesk/cases/{cases_id}/attachments

`GET /helpdesk/cases/{cases_id}/attachments`

Get all attachments for a particular Helpdesk Case.

## Path parameters

- `cases_id` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

- HelpdeskAttachment[]
  - `id` string
  - `account` HelpdeskAccount — Connect Account details. `id` -- id of the account. `name` -- name of the account. `icon` -- icon of the account.
    - `id` string, required
    - `name` string
    - `icon` string, nullable
  - `attachment` string, binary, required
  - `size` string
  - `preview` string, binary, nullable
  - `name` string
  - `events` object
    - `created` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
  - `type` string

## Other responses

- `400`

---

[API](https://skmtc.net/cloudblue/apis/cloudblue-connect-api.md) · [All operations](https://skmtc.net/cloudblue/apis/cloudblue-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudblue/cloudblue-connect-api/versions/54fef191d46c/schema)
