PostHog · Capability
PostHog API — comments
PostHog API — comments. 8 operations. Lead operation: comments. Self-contained Naftiko capability covering one Posthog business surface.
What You Can Do
GET
Commentslist
— commentslist
/v1/api/projects/{project-id}/comments
POST
Commentscreate
— commentscreate
/v1/api/projects/{project-id}/comments
GET
Commentscountretrieve
— commentscountretrieve
/v1/api/projects/{project-id}/comments/count
GET
Commentsretrieve
— commentsretrieve
/v1/api/projects/{project-id}/comments/{id}
PUT
Commentsupdate
— commentsupdate
/v1/api/projects/{project-id}/comments/{id}
PATCH
Commentspartialupdate
— commentspartialupdate
/v1/api/projects/{project-id}/comments/{id}
DELETE
Commentsdestroy
— Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
/v1/api/projects/{project-id}/comments/{id}
GET
Commentsthreadretrieve
— commentsthreadretrieve
/v1/api/projects/{project-id}/comments/{id}/thread
MCP Tools
commentslist
commentslist
read-only
idempotent
commentscreate
commentscreate
commentscountretrieve
commentscountretrieve
read-only
idempotent
commentsretrieve
commentsretrieve
read-only
idempotent
commentsupdate
commentsupdate
idempotent
commentspartialupdate
commentspartialupdate
idempotent
hard-delete-this-model-is
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
idempotent
commentsthreadretrieve
commentsthreadretrieve
read-only
idempotent