Get a page of Messages

Get a page of the requesting user's messages across their chats, ordered by creation time (descending).

Query Params
integer
1 to 1000
Defaults to 100

The maximum number of messages to include in the response.

integer
≥ 0
Defaults to 0

The start index of the messages to include in the response.

Only include messages created after this timestamp.

deprecated

Deprecated and ignored. Messages are scoped to the requesting user (Server Admins see all messages in the tenant); this parameter no longer affects the result.

If trusted internal caller or server admin, filter by tenant user id.

array | null

Only include messages from chats with all of these tags. If a tag is in both include_tags and exclude_tags, exclude_tags takes precedence.

array | null

Exclude messages from chats with any of these tags. If a tag is in both include_tags and exclude_tags, exclude_tags takes precedence.

If true, only return messages that have an input payload (user messages).

Responses

Language
Credentials
URL
LoadingLoading…
Response
Choose an example:
application/json