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.
Authorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
documentId*string
Document UID
Query Parameters
search?string
Search within comment content (case-insensitive)
Length
length <= 500Response Body
curl -X GET "https://api.part3.io/v1/admin/documents/string/comments"Empty