Skip to main content
GET
List legal holds
The organization bot token must have the following scopes:
  • legal-hold:read
Returns all legal holds for your organization, both active and released.
The API does not guarantee a particular sort order for returned legal holds.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Notion-Version
enum<string>
required

The Admin API version to use for this request.

Available options:
2026-06-01

Query Parameters

start_cursor
string
user_id
string<uuid>

Response

next_cursor
string