Skip to main content
GET
Get message history

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

threadId
string
required

The ID of the thread containing the message.

Pattern: ^[0-9a-z]+$
messageId
string
required

The ID of the message to get history for.

Pattern: ^[0-9a-z]+$

Response

200 - application/json

OK

versions
object[]
required

All versions of the message, ordered chronologically. The first entry is the original content (if available), followed by each edit.

deletion
object | null
required

Deletion information if the message was deleted, otherwise null.