get https://api.lucid.co/documents//contents
Retrieves information about the contents of the requested Lucidchart or Lucidspark document.
Due to the evolving nature of Lucid documents, an unchanged document may produce varying results over time.
This endpoint has a per account rate limit of 100 requests per 5 seconds.
Definitions of content returned can be found at Document Content resource.
Valid Authentication Methods
Api Key Grants:
- DocumentRead
OAuth 2.0 User Token Scopes:
- lucidchart.document.content:readonly
- lucidchart.document.app.picker:readonly
- lucidchart.document.app.folder
- lucidspark.document.content:readonly
- lucidspark.document.app.picker:readonly
- lucidspark.document.app.folder
Responses
403Forbidden if the app making the request does not have permission to the document, or if the document has been deleted or does not exist.
429Too Many Requests if the account makes more than 100 requests in 5 seconds.