provider Comments GET /conversations/{conversation_id}/comments
@utdk/front /conversations/{conversation_id}/comments
List conversation comments
List the comments in a conversation in reverse chronological order (newest first). Required scope: `comments:read`
conversation_id path required
The conversation ID
string

Try it

Authentication
Configure credentials for Core API
listConversationComments
GET/conversations/{conversation_id}/comments
List the comments in a conversation in reverse chronological order (newest first). Required scope: `comments:read`

Parameters

required

The conversation ID

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import front from '@utdk/front';

await front.listConversationComments({
  "conversation_id": "cnv_123"
})