Get Topic Message by ID & Sequence
Get a topic's message information by ID and sequence number.
This method will use 20 Compute Units.
Returns a single topic message the given topic id and sequence number.
Path parameters
topicIdstring | nullableRequiredExample:
Network entity ID in the format of shard.realm.num
0.1.2Pattern: ^\d{1,10}\.\d{1,10}\.\d{1,10}$sequenceNumberinteger · int64RequiredExample:
Topic message sequence number
2Responses
200
OK
application/json
400
Invalid parameter
application/json
404
Not Found
application/json
get
/api/v1/topics/{topicId}/messages/{sequenceNumber}Last updated
Was this helpful?