---
title: "GET /chat.getPermalink"
method: GET
path: "/chat.getPermalink"
tags: ["chat"]
---

# GET /chat.getPermalink

`GET /chat.getPermalink`

Retrieve a permalink URL for a specific extant message

## Query parameters

- `token` string, required
- `channel` string, required
- `message_ts` string, required

## Response `200`

Standard success response

- object — Schema for successful response chat.getPermalink
  - `channel` string, required
  - `ok` true, required
  - `permalink` string, uri, required

## Other responses

- `default` — Error response when channel cannot be found

---

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