# List Confluence page restrictions

Canonical URL: https://docs.fuse.init.inc/integrations/confluence/actions/content.restrictions.list

List direct page read restrictions. content_type is page-only because Confluence Cloud does not expose folder restrictions through the supported endpoint.

Action ID: `content.restrictions.list`
Provider: Confluence (`confluence`)
Contract version: 1

## Risk and exposure

- Risk: Read
- Idempotency: Safe — Safe to retry without coordination; repeats do not create additional side effects.
- Availability: Default
- Exposure: REST, SDK, MCP
- MCP hints: readOnly=true, destructive=false, idempotent=true, openWorld=true

## Required scopes

- `read:content-details:confluence`
- `offline_access`

## Input schema fields

- `content_type`
- `content_id`
- `operation`
- `offset`
- `page_size`

## Output schema fields

- `restrictions`
- `restrictions[]`
- `restrictions[].principal_type`
- `restrictions[].principal_id`
- `restrictions[].display_name`
- `next_offset`

Provider overview: https://docs.fuse.init.inc/integrations/confluence
Actions index: https://docs.fuse.init.inc/integrations/confluence/actions
Exact canonical JSON contract: https://docs.fuse.init.inc/api/catalog/v1/providers/confluence/actions/content.restrictions.list
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/confluence/actions
