Conversations

List conversation messages

Returns persisted messages for one conversation, ordered from oldest to newest. The conversation must belong to the authenticated agent.

get/conversations/{id}/messages

Path parameters

idstring required

The resource identifier.

Query parameters

limitinteger

The maximum number of objects to return. Defaults to 20 and is capped at 100.

afterstring

An opaque cursor returned by the previous page.

Response

A page of conversation messages.

has_moreboolean required
next_cursorstring nullable required
object'list' required

Changes

No recorded changes to this endpoint across all 1 revision of this API.