---
title: "Retrieve Attachments"
method: GET
path: "/ticketing/attachments/{id}"
tags: ["ticketing/attachments"]
---

# Retrieve Attachments

`GET /ticketing/attachments/{id}`

Retrieve Attachments from any connected Ticketing software

## Path parameters

- `id` string, required

## Query parameters

- `remote_data` boolean

## Headers

- `x-connection-token` string, required

## Response `200`

- UnifiedTicketingAttachmentOutput
  - `file_name` string, required — The file name of the attachment
  - `file_url` string, required — The file url of the attachment
  - `uploader` string, required — The uploader's UUID of the attachment
  - `ticket_id` string — The UUID of the ticket the attachment is tied to
  - `comment_id` string — The UUID of the comment the attachment is tied to
  - `field_mappings` object, required
  - `id` string — The UUID of the attachment
  - `remote_id` string — The id of the attachment in the context of the 3rd Party
  - `remote_data` object, required
  - `created_at` object, required
  - `modified_at` object, required

---

[API](https://skmtc.dev/panoratech/apis/panora-api-2.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/panoratech/panora-api-2/revisions/d32842f233fb/schema)
