Get Topic Message
List topic messages by ID
This method will use 20 Compute Units.
Returns the list of topic messages for the given topic id.
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}$Query parameters
encodingstringOptionalExample:
base64limitinteger · int32 · min: 1 · max: 100OptionalDefault:
The maximum number of items to return
25Example: 2orderundefined · enumOptionalDefault:
The order in which items are listed
descExample: ascPossible values: sequencenumberinteger · int64OptionalExample:
2timestampstring[]OptionalExample:
The consensus timestamp in seconds.nanoseconds format with an optional comparison operator
{"summary":"--","value":""}Responses
200
OK
application/json
400
Invalid parameter
application/json
404
Topic Not Found
application/json
get
/api/v1/topics/{topicId}/messagesLast updated
Was this helpful?