Get messages of a thread

Returns messages for a thread.

Path parameters

threadIdstringRequired
Thread ID

Query parameters

limitintegerOptional
Limit the number of results returned
cursorintegerOptional
Cursor for pagination
lastnintegerOptional

Number of most recent messages to return (overrides limit and cursor)

Response

OK
messageslist of objectsOptional
A list of message objects.
row_countintegerOptional
The number of messages returned.
thread_created_atstringOptional
The thread creation timestamp.
total_countintegerOptional
The total number of messages.
user_idstringOptional
The user ID associated with this thread.
user_uuidstringOptional
The opaque user identifier used by dashboard routes.

Errors

404
Not Found Error
500
Internal Server Error