get
https://api.lucid.co/v1/documents//threads//comments
Retrieves all comments within a specific thread of a document. Each comment includes the author, comment text, creation timestamp, and any assigned users.
Valid Authentication Methods
API Key Grants:
DocumentReadonly
OAuth 2.0 User Token Scopes:
lucidchart.document.content:readonlylucidscale.document.content:readonlylucidspark.document.content:readonlylucid.document.content:readonly
This endpoint is paginated. For more information, see Pagination .
400Bad Request if the document ID is malformed.
403Forbidden if the app making the request does not have permission to the document, or if the document does not exist.
404Not Found if the specified thread does not exist on the document.