Part3 Developers

Document comments list

GET /admin/documents/{documentId}/comments

List in-app threaded comments on a document with author details. These are document-level discussion comments, not admin dashboard comments. Supports search by comment content.

GET
/admin/documents/{documentId}/comments
AuthorizationBearer <token>

In: header

Path Parameters

documentId*string

Document UID

Query Parameters

search?string

Search within comment content (case-insensitive)

Lengthlength <= 500

Response Body

curl -X GET "https://api.part3.io/v1/admin/documents/string/comments"
Empty