Get Comment
Comment Endpoints
Get Comment
Fetch a single comment by its ID
GET
Get Comment
Fetches a single comment by its ID. Optionally returns the parent comment if it exists andDocumentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
withParent=true is passed.
Path Parameters
The ID of the comment to fetch
Query Parameters
If
true, includes the parent comment in the responseResponse
Parent comment object (null if no parent or
withParent not set)Error Responses
Missing or Invalid ID - 400 Bad Request
Missing or Invalid ID - 400 Bad Request
Not Found - 404 Not Found
Not Found - 404 Not Found
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- Set
withParent=trueto retrieve the parent comment if it exists. - Returns
parentComment: nullif the comment has no parent orwithParentis not set.

