Fetch Top Comment
Entity Endpoints
Fetch Top Comment
Get the highest-voted comment on an entity
GET
Fetch Top Comment
Returns the single comment with the most upvotes for the given entity. Useful for previewing the best comment alongside an entity in a feed. When multiple comments are tied, the oldest is returned. ReturnsDocumentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
null if the entity has no comments.
Path Parameters
The UUID of the entity.
Response
Returns a Comment object, ornull if there are no comments.

