Lists messages for a session

GET

Lists messages for a session, specified by limit and cursor.

Path parameters

sessionIdstringRequired

Session ID

Query parameters

limitintegerOptional

Limit the number of results returned

cursorintegerOptional

Cursor for pagination

Response

This endpoint returns an object.
messageslist of objectsOptional

A list of message objects.

row_countintegerOptional

The number of messages returned.

total_countintegerOptional

The total number of messages.

Errors