---
title: "List comment's attachments"
method: GET
path: "/repos/{owner}/{repo}/issues/comments/{id}/assets"
tags: ["issue"]
---

# List comment's attachments

`GET /repos/{owner}/{repo}/issues/comments/{id}/assets`

## Path parameters

- `owner` string, required
- `repo` string, required
- `id` integer, required

## Response `200`

AttachmentList

- Attachment[]
  - `browser_download_url` string — DownloadURL is the URL to download the attachment
  - `created_at` string, date-time — Created is the time when the attachment was uploaded
  - `download_count` integer — DownloadCount is the number of times the attachment has been downloaded
  - `id` integer — ID is the unique identifier for the attachment
  - `name` string — Name is the filename of the attachment
  - `size` integer — Size is the file size in bytes
  - `uuid` string — UUID is the unique identifier for the attachment file

## Other responses

- `404` — APIError is error format response

---

[API](https://skmtc.net/gitea/apis/gitea-api.md) · [All operations](https://skmtc.net/gitea/apis/gitea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitea/gitea-api/revisions/350de506cefa/schema)
