Skip to main content
GET
List messages in a conversation

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Path Parameters

id
string
required

A conversation id. A bare uuid on SideShift's own messaging. An older conversation id or a feed_… support-channel id still resolves to the same room; one whose room stayed on the provider answers 404 not_found with meta.reason: 'conversation_left_on_provider'.

Query Parameters

limit
integer
default:25

Page size (default 25, max 100). Messaging lists on SideShift's own messaging clamp values above 50 to 50.

Required range: 1 <= x <= 100
cursor
string

Opaque pagination cursor from a prior response's nextCursor.

Response

A page of messages.

nextCursor
string | null
required
hasMore
boolean
required
data
object[]
required