post https://api.lucid.co/accounts/me/documents/search
This API is exclusive to Enterprise Shield accounts
Only the account owner or a document admin can grant access to this API.
Returns a list of all documents belonging to the requesting user’s account, sorted by created date.
This endpoint is paginated. For more information, see Pagination .
This endpoint has a per account rate limit of 300 requests per 5 seconds.
Valid Authentication Methods
API Key Grants:
- DocumentAdmin
OAuth 2.0 User Token Scopes:
- lucidchart.document.content:admin.readonly
- lucidspark.document.content:admin.readonly
- lucidscale.document.content:admin.readonly
Responses
400Bad Request if incorrect format
403Forbidden if "product" query parameter is used and the token’s scopes do not contain the matching readonly scope for each product, or account does not have access to the API
429Too Many Requests if account makes more than 300 requests in 5 seconds