List the channel's conversations
GET/v1/projects/:project_id/channels/:channel_id/conversations
A cursor page of the channel's conversations, newest first. A conversation is one address's dialogue on the channel — the continuity anchor that resumes the same runtime session instead of starting fresh per message — so this is the read path for who has talked to the channel and which actor/session their dialogue resolved to. Conversations are created by the inbound path (the WhatsApp webhook, the Discord gateway worker) when a real message arrives; there is no way to create one directly.
Request
Responses
- 200
- 400
- 401
- 404
A page of conversations.
The request was malformed or failed validation.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).