Get HCS topic message endpoint
GET /v2/hcs/topic/{topicId}/message/{messageId}
GET
/v2/hcs/topic/{topicId}/message/{messageId}
Retrieve a specific message from an HCS topic endpoint.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” topicId
required
string
Topic UUID
messageId
required
string
ID of the message
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Responses
Section titled “ Responses ”The requested HCS topic message.
object
id
required
The Message Id
string
topicId
required
The topic UUID
string
message
The message published on Hedera Consensus Service topic
string
url
The link to the network message
string
event
required
The name of the event
string
transactionId
A transaction id from saved topic message
string