Get thread messages

Returns messages in a specific thread

Authentication

X-API-Keystring
Enter your API key for programmatic access
OR
AuthorizationBearer

Enter your JWT token (without the ‘Bearer ’ prefix)

Path parameters

chat_idstringRequiredformat: "uuid"
Chat Room ID
thread_idstringRequiredformat: "uuid"
Thread ID

Query parameters

pageintegerOptional
Page number
per_pageintegerOptional
Items per page

Response

Thread Messages
datalist of objects or null
metadataobject or null

Errors