List channel messages
GET/api/chat/channels/{channelId}/messages
GET
/api/chat/channels/{channelId}/messages
Newest page first by default; pass before (a createdAt cursor from nextCursor) to page backwards. Messages come back oldest-first with reactions collapsed and attachment URLs presigned.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”channelId
required
string format: uuid
Query Parameters
Section titled “Query Parameters”limit
integer
before
Created_at cursor (ISO); returns older messages
string
Created_at cursor (ISO); returns older messages
Responses
Section titled “Responses”A page of messages
object
ok
required
boolean
data
Unauthenticated
object
ok
required
boolean
error
required
string
code
string
Forbidden
object
ok
required
boolean
error
required
string
code
string
Channel not found
object
ok
required
boolean
error
required
string
code
string
Server error
object
ok
required
boolean
error
required
string
code
string
