---
title: "List post's slack boosts"
method: GET
path: "/posts/{postId}/slack-boosts"
tags: ["Slack Boosts"]
---

# List post's slack boosts

`GET /posts/{postId}/slack-boosts`

List all slack boosts for a specific post in the current workspace.

## Path parameters

- `postId` string, uuid, required

## Response `200`

List of slack boosts for the post

- object
  - `slackBoosts` SlackBoost[]
    - `id` string, uuid
    - `copy` string, nullable — Optional custom message in the Slack notification
    - `isAutoCreated` boolean — True when the boost was added automatically via channel auto-boost
    - `postId` string, uuid
    - `slackWebhook` SlackWebhookSummary — Slack channel (webhook) targeted by a slack boost
      - `id` string, uuid
      - `channelName` string, nullable
      - `teamName` string, nullable
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `401` — Unauthorized - Missing or invalid API key
- `404` — Not Found - Resource does not exist

---

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