stet
API reference

List thread replies to a broadcast's sends

Read-only. Only replies to messages Stet itself posted are ever matched (by channel + timestamp) — replies to messages posted by other means never appear here. Windowed by the org's plan (engagement retention).

GET/api/broadcasts/{id}/replies
AuthorizationBearer <token>

A Stet API key (prefix bk_), created under Settings → API keys. The whole API requires the Growth plan or higher; keys are scoped read or write — composing and sending require write.

In: header

Path Parameters

idstring

Query Parameters

channel?string

Optional Slack channel id filter.

Response Body

curl -X GET "https://app.stethq.com/api/broadcasts/string/replies?channel=string"
{
  "replies": [
    {
      "id": "string",
      "sendId": "string",
      "slackChannelId": "string",
      "channelName": "string",
      "replyUserId": "string",
      "replyUserName": "string",
      "text": "string",
      "permalink": "string",
      "threadTs": "string",
      "createdAt": "2019-08-24T14:15:22Z"
    }
  ]
}
{
  "type": "http://example.com",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string"
}
{
  "type": "http://example.com",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string"
}
{
  "type": "http://example.com",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string"
}