---
title: "GET /_spacebar/api/v1/channels/{channel_id}/attachments/"
method: GET
path: "/_spacebar/api/v1/channels/{channel_id}/attachments/"
tags: ["_spacebar"]
---

# GET /_spacebar/api/v1/channels/{channel_id}/attachments/

`GET /_spacebar/api/v1/channels/{channel_id}/attachments/`

## Path parameters

- `channel_id` string, required

## Query parameters

- `sort_order` string
- `limit` number
- `after` string

## Response `200`

- AttachmentListResponse
  - `items` object[], required
    - `attachment` PublicAttachment, required
      - `filename` string, required
      - `size` integer, required
      - `height` integer
      - `width` integer
      - `content_type` string
      - `url` string, required
      - `proxy_url` string, required
    - `message_reference` MessageReferenceIds, required
      - `message_id` string
      - `channel_id` string
      - `guild_id` string
  - `total` integer, required

## Other responses

- `403`
- `422`

---

[API](https://skmtc.net/spacebarchat/apis/spacebar-server.md) · [All operations](https://skmtc.net/spacebarchat/apis/spacebar-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spacebarchat/spacebar-server/versions/034b4e879932/schema)
