Get message history for a thread.

GET {{baseUrl}}/conversations/v3/conversations/threads/:threadId/messages?after=<string>&limit=<integer>&sort=<string>&sort=<string>&archived=<boolean>&property=<string>

Request Params

KeyDatatypeRequiredDescription
afterstringThe paging cursor token of the last successfully read resource will be returned as the paging.next.after JSON property of a paged response containing more results.
limitstringThe maximum number of results to display per page.
sortstringSort direction. Valid options are createdAt (ascending), and -createdAt (descending, default)
sortstringSort direction. Valid options are createdAt (ascending), and -createdAt (descending, default)
archivedstringWhether to return only results that have been archived.
propertystring

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;results&quot;:[{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/PublicConversationsMessage detected\u003e&quot;},{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/PublicConversationsMessage detected\u003e&quot;}],&quot;paging&quot;:{&quot;next&quot;:{&quot;after&quot;:&quot;\u003cstring\u003e&quot;,&quot;link&quot;:&quot;\u003cstring\u003e&quot;}}}