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

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

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

Get attachment details for a particular Helpdesk Case given the attachment id.

## Path parameters

- `cases_id` string, required
- `id` string, required

## Response `200`

- HelpdeskAttachment — Represents the information about the the Helpdesk Case attachment. . `id` -- attachment id. `account` -- account `id`, `name` and `icon`. `attachment` -- URI to the file associated with this attachment. `size` -- attachment size. `preview` -- URI to the file preview associated with this attachment. `name` -- attachment name. `events` -- information about who and when created the attachment. `type` -- MIME type of the attachment.
  - `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/revisions/54fef191d46c/schema)
