Get Topic Message by ID & Sequence

Get a topic's message information by ID and sequence number.

This method will use 20 Compute Units.


Get topic message by id and sequence number

get

Returns a single topic message the given topic id and sequence number.

Path parameters
topicIdstring | nullableRequired

Network entity ID in the format of shard.realm.num

Example: 0.1.2Pattern: ^\d{1,10}\.\d{1,10}\.\d{1,10}$
sequenceNumberinteger · int64Required

Topic message sequence number

Example: 2
Responses
get
/api/v1/topics/{topicId}/messages/{sequenceNumber}

Last updated

Was this helpful?