Skip to main content
POST
/
v1
/
legal_holds
/
{legal_hold_id}
/
export
Export a legal hold
curl --request POST \
  --url https://api.notion.com/admin/v1/legal_holds/{legal_hold_id}/export \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'Notion-Version: <notion-version>' \
  --data '
{
  "legal_hold_export_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "requesting_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "legal_hold_export_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Documentation Index

Fetch the complete documentation index at: https://developers.notion.com/llms.txt

Use this file to discover all available pages before exploring further.

The organization bot token must have the following scopes:
  • legal-hold:export

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

Path Parameters

Body

application/json
requesting_user_id
string<uuid>
required

Response