# Search Confluence content

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

Search Confluence page metadata with bounded text and space filters. Runtime builds escaped CQL; contracts never expose raw CQL. Catalog change_action_ids lists this action for incremental modified-page discovery only — complete watermark reconciliation also requires pages.list(status=trashed) plus periodic ACL/full reconciliation.

Action ID: `content.search`
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

- `text`
- `space_key`
- `include_archived`
- `cursor`
- `page_size`

## Output schema fields

- `pages`
- `pages[]`
- `pages[].id`
- `pages[].title`
- `pages[].status`
- `pages[].space_id`
- `pages[].parent_id`
- `pages[].parent_type`
- `pages[].author_id`
- `pages[].created_at`
- `pages[].updated_at`
- `pages[].revision`
- `pages[].url`
- `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.search
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/confluence/actions
