cURL
curl --request GET \ --url https://app.notion.com/admin/v1/legal_holds \ --header 'Authorization: Bearer <token>'
{ "legal_holds": [ { "id": "<string>", "startDate": 123, "users": { "ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "total": 123 }, "workspaces": { "ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "total": 123 }, "description": "<string>", "endDate": 123, "icon": "<string>", "lastEditedBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "lastEditedTime": 123, "name": "<string>" } ], "next_cursor": "<string>" }
List all legal holds belonging to your organization.
Documentation IndexFetch the complete documentation index at: https://developers.notion.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.notion.com/llms.txt
Use this file to discover all available pages before exploring further.
legal-hold:read
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes