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

Documentation Index

Fetch the complete documentation index at: https://docs.engagefabric.com/llms.txt

Use this file to discover all available pages before exploring further.

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