---
title: "GET /conversations.replies"
method: GET
path: "/conversations.replies"
tags: ["conversations"]
---

# GET /conversations.replies

`GET /conversations.replies`

Retrieve a thread of messages posted to a conversation

## Query parameters

- `token` string
- `channel` string
- `ts` number
- `latest` number
- `oldest` number
- `inclusive` boolean
- `limit` integer
- `cursor` string

## Response `200`

Typical success response

- object — Schema for successful response from conversations.replies method
  - `has_more` boolean
  - `messages` array[], required
    - union[]
      - union
        - object
          - `last_read` string
          - `latest_reply` string
          - `reply_count` integer, required
          - `reply_users` DefsUserId[]
          - `reply_users_count` integer
          - `source_team` string
          - `subscribed` boolean, required
          - `team` string
          - `text` string, required
          - `thread_ts` string, required
          - `ts` string, required
          - `type` string, required
          - `unread_count` integer
          - `user` string, required
          - `user_profile` ObjsUserProfileShort
            - `avatar_hash` string, required
            - `display_name` string, required
            - `display_name_normalized` string
            - `first_name` string, nullable, required
            - `image_72` string, uri, required
            - `is_restricted` boolean, required
            - `is_ultra_restricted` boolean, required
            - `name` string, required
            - `real_name` string, required
            - `real_name_normalized` string
            - `team` string, required
          - `user_team` string
        - object
          - `is_starred` boolean
          - `parent_user_id` string, required
          - `source_team` string
          - `team` string
          - `text` string, required
          - `thread_ts` string, required
          - `ts` string, required
          - `type` string, required
          - `user` string, required
          - `user_profile` ObjsUserProfileShort
            - `avatar_hash` string, required
            - `display_name` string, required
            - `display_name_normalized` string
            - `first_name` string, nullable, required
            - `image_72` string, uri, required
            - `is_restricted` boolean, required
            - `is_ultra_restricted` boolean, required
            - `name` string, required
            - `real_name` string, required
            - `real_name_normalized` string
            - `team` string, required
          - `user_team` string
  - `ok` true, required

## Other responses

- `default` — Typical error response

---

[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/versions/7b951462b44f/schema)
