Skip to main content
GET
/
v1
/
legal_holds
/
{legal_hold_id}
/
spaces
/
{space_id}
/
pages
List pages on a legal hold
curl --request GET \
  --url https://api.notion.com/admin/v1/legal_holds/{legal_hold_id}/spaces/{space_id}/pages \
  --header 'Authorization: Bearer <token>' \
  --header 'Notion-Version: <notion-version>'
{
  "page_ids": [
    "<string>"
  ],
  "next_cursor": "<string>"
}

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:read

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

space_id
string<uuid>
required

Query Parameters

start_cursor
string

Response

page_ids
string[]
required
next_cursor
string