---
title: "Get slack boost"
method: GET
path: "/slack-boosts/{id}"
tags: ["Slack Boosts"]
---

# Get slack boost

`GET /slack-boosts/{id}`

Get a slack boost by ID for the current workspace.

## Path parameters

- `id` string, uuid, required

## Response `200`

Slack boost details

- object
  - `slackBoost` SlackBoost — A slack boost sends a Slack notification when its post publishes
    - `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)
