Retrieve Chat Messages

This operation returns chat messages for a user. The response may include both one-to-one and group messages. The response can be paginated using the index and count query parameters.

Query Params
integer
≤ 100
Defaults to 100

The count of a paginated response, which specifies the number of chat messages to return per page. If not specified, a default of 100 messages is returned. The count cannot exceed 100.

string

The unique ID of the target user for one-to-one chat messages. Either target-user or target-group must be provided.

string

The unique ID of the target group for group chat messages. Either target-user or target-group must be provided.

string

page-token is used to retrieve the next page of results. It is a string that represents the continuation token for pagination. If not specified, the first page of results is returned.

Headers
string

A UUID value to track the request, used for debugging and tracing.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Choose an example:
application/json
application/problem+json