getPageOfMessagesForHistoryClient

abstract suspend fun getPageOfMessagesForHistoryClient(conversationId: <Error class: unknown class>, historyClientId: <Error class: unknown class>, offset: <Error class: unknown class>, size: <Error class: unknown class>): NetworkResponse<<Error class: unknown class>>

Retrieves messages from a conversation for a given history client, in a paginated fashion.

Parameters

offset

The number of messages to skip in this request.

size

The size of a page. Must be between 1 and 1000. Defaults to 100.