---
title: "List  Attachments"
method: GET
path: "/ticketing/attachments"
tags: ["ticketing/attachments"]
---

# List  Attachments

`GET /ticketing/attachments`

## Query parameters

- `remote_data` boolean
- `limit` number
- `cursor` string

## Headers

- `x-connection-token` string, required

## Response `200`

- object
  - `prev_cursor` string, nullable, required
  - `next_cursor` string, nullable, required
  - `data` object[], required
    - `file_name` string, nullable, required — The file name of the attachment
    - `file_url` string, nullable, required — The file url of the attachment
    - `uploader` string, nullable, required — The uploader's UUID of the attachment
    - `ticket_id` string, nullable — The UUID of the ticket the attachment is tied to
    - `comment_id` string, nullable — The UUID of the comment the attachment is tied to
    - `field_mappings` object, nullable — The custom field mappings of the attachment between the remote 3rd party & Panora
    - `id` string, nullable — The UUID of the attachment
    - `remote_id` string, nullable — The id of the attachment in the context of the 3rd Party
    - `remote_data` object, nullable — The remote data of the attachment in the context of the 3rd Party
    - `created_at` string, date-time, nullable — The created date of the object
    - `modified_at` string, date-time, nullable — The modified date of the object

---

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