Get a thread and a page of its messages
Returns a bounded page of inbound and outbound thread messages interleaved in chronological order using stable cursor pagination.
Path parameters
Email inbox UUID.
Email thread UUID.
Query parameters
Number of thread messages to return. Defaults to 25; maximum is 100.
Opaque message cursor returned by the previous thread-detail page.
Response
Thread summary and chronological messages.
Changes
Changed in 2 of the 61 revisions of this API.215
- ▲
the response property
data/allOf[subschema #2]/messages/items/message_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/allOf[subschema #2]/messages/items/received_atbecame nullable for the status200response-property-became-nullable
- ●
added the new
outboundenum value to thedata/allOf[subschema #2]/messages/items/directionresponse property for the response status200response-property-enum-value-added
- ○
removed the
receivedenum value from thedata/allOf[subschema #2]/messages/items/statusresponse property for the response status200response-property-enum-value-removed
- ○
added the required property
data/allOf[InboundThread]/labelsto the response with the200statusresponse-required-property-added
- ○
added the required property
data/allOf[subschema #2]/messages/items/labelsto the response with the200statusresponse-required-property-added
- ○
added the required property
data/allOf[subschema #2]/messages/items/sent_atto the response with the200statusresponse-required-property-added
- ▲
- ○
endpoint added
endpoint-added
- ○