Skip to main content
GET
/
chat
/
channels
/
{channelId}
/
messages
Get messages from a channel
curl --request GET \
  --url https://api.engagefabric.com/chat/channels/{channelId}/messages

Path Parameters

channelId
string
required

Query Parameters

projectId
string
required
limit
number

Number of messages (default 50)

before
string

Get messages before this message ID

after
string

Get messages after this message ID

Response

200

Messages list