# List Confluence content children

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

List direct children of a Confluence page or folder for source selection and hierarchy preservation. Never returns body content.

Action ID: `content.children.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:hierarchical-content:confluence`
- `offline_access`

## Input schema fields

- `parent_type`
- `parent_id`
- `cursor`
- `page_size`

## Output schema fields

- `nodes`
- `nodes[]`
- `nodes[].id`
- `nodes[].type`
- `nodes[].title`
- `nodes[].parent_id`
- `nodes[].parent_type`
- `nodes[].status`
- `next_cursor`

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.children.list
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/confluence/actions
