List Thread 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:readonly
  • lucidscale.document.content:readonly
  • lucidspark.document.content:readonly
  • lucid.document.content:readonly
📘

This endpoint is paginated. For more information, see Pagination .


Path Params
uuid
required

ID of the document containing the thread.

string
required

ID of the comment thread to retrieve comments for.

Responses

400

Bad Request if the document ID is malformed.

403

Forbidden if the app making the request does not have permission to the document, or if the document does not exist.

404

Not Found if the specified thread does not exist on the document.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json