ModernLoop Internal API
Apislack

Get all replies in a Slack message thread

Read operation: does not mutate upstream state.

curl -X GET "https://api.modernloop.dev/rest/v1/slack/channels/string/threads/string" \  -H "Authorization: Bearer $MLOOP_INTERNAL_MCP_API_KEY"
{  "messages": [    {      "ts": "string",      "user": "string",      "text": "string",      "thread_ts": "string",      "reply_count": 0,      "parent_user_id": "string",      "reactions": [        {          "name": "string",          "count": 0        }      ]    }  ],  "has_more": true,  "next_cursor": "string"}
{  "error": {    "code": "string",    "message": "string",    "upstreamStatus": 0  }}
{  "error": {    "code": "string",    "message": "string",    "upstreamStatus": 0  }}
{  "error": {    "code": "string",    "message": "string",    "upstreamStatus": 0  }}
{  "error": {    "code": "string",    "message": "string",    "upstreamStatus": 0  }}
{  "error": {    "code": "string",    "message": "string",    "upstreamStatus": 0  }}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

channelId*string

Slack channel ID

Length1 <= length
threadTs*string

Timestamp of the thread's parent message, e.g. '1234567890.123456'

Length1 <= length

Query Parameters

limit?integer

Page size (max 200)

Range1 <= value <= 200
Default100
cursor?string

Pagination cursor from a previous page

Response Body

application/json

application/json

application/json

application/json

application/json

application/json