---
title: "Get a channel's pinned posts"
method: GET
path: "/api/v4/channels/{channel_id}/pinned"
tags: ["channels"]
---

# Get a channel's pinned posts

`GET /api/v4/channels/{channel_id}/pinned`

Get a list of pinned posts for channel.

## Path parameters

- `channel_id` string, required

## Response `200`

The list of channel pinned posts

- 38cb7293PostList
  - `order` string[]
  - `posts` object
  - `next_post_id` string — The ID of next post. Not omitted when empty or not relevant.
  - `prev_post_id` string — The ID of previous post. Not omitted when empty or not relevant.
  - `has_next` boolean — Whether there are more items after this page.

## Other responses

- `400` — Invalid or missing parameters in URL or request body
- `401` — No access token provided
- `403` — Do not have appropriate permissions

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
