get
https://api.lucid.co/v1/accounts/me/legalHoldDocuments/
Retrieves a paginated list of all documents associated with a specified legal hold. Documents may continue to appear for up to 24 hours after users are removed from the legal hold, as the system processes the release asynchronously.
This API is exclusive to Enterprise Shield accountsOnly the account owner or a document admin can grant access to this API.
Gets all documents associated with the legal hold specified by the legalHoldId.
- Note: Once users are removed from legal hold, it can take up to 24 hours to release their documents from legal hold. Be aware that during that period, those documents may still be returned from this endpoint.
This endpoint is paginated. For more information, see Pagination .
Valid Authentication Methods
API Key Grants:
- LegalHoldReadonly
OAuth 2.0 User Token Scopes:
- account.legalhold:readonly
403Account does not have permission to access the API.
404The specified legal hold id was not found.