---
title: "Get Slack preview"
method: GET
path: "/api/v1/slack/preview/{id}"
tags: ["Integrations"]
---

# Get Slack preview

`GET /api/v1/slack/preview/{id}`

Get a Slack unfurl preview image via redirect to a fresh signed URL.
Falls back to a placeholder image if the preview is not found.

## Path parameters

- `id` string, required

## Response `default`

Error

- ApiErrorPayload — The Error object is returned from the api any time there is an error. The message contains
  - `error` object, required
    - `data` unknown
    - `message` string — A friendly message summarising the error
    - `name` string, required — Unique name for the type of error
    - `statusCode` number, required — HTTP status code
  - `status` 'error', required

## Other responses

- `302` — Redirect

---

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